mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:10:11 +08:00
6f9e8964e5
* Update spdlog to 1.9.2 * Update CI baseline * Fix git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
30 lines
572 B
JSON
30 lines
572 B
JSON
{
|
|
"name": "spdlog",
|
|
"version-semver": "1.9.2",
|
|
"description": "Very fast, header only, C++ logging library",
|
|
"homepage": "https://github.com/gabime/spdlog",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"fmt",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"benchmark": {
|
|
"description": "Use google benchmark",
|
|
"dependencies": [
|
|
"benchmark"
|
|
]
|
|
},
|
|
"wchar": {
|
|
"description": "Build with wchar_t (Windows only)"
|
|
}
|
|
}
|
|
}
|