vcpkg/ports/benchmark/vcpkg.json
chausner 1953a8dcc2
[benchmark] Update to 1.6.1 (#23882)
* Update benchmark to 1.6.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-03-30 16:30:03 -07:00

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
}
]
}