mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
1953a8dcc2
* Update benchmark to 1.6.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
|
|
"name": "benchmark",
|
|
"version-semver": "1.6.1",
|
|
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
|
|
"homepage": "https://github.com/google/benchmark",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|