2021-06-25 04:05:24 +08:00
|
|
|
{
|
2022-01-27 15:08:17 +08:00
|
|
|
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
|
2021-06-25 04:05:24 +08:00
|
|
|
"name": "benchmark",
|
2023-05-11 02:14:42 +08:00
|
|
|
"version-semver": "1.8.0",
|
2021-06-25 04:05:24 +08:00
|
|
|
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
|
|
|
|
"homepage": "https://github.com/google/benchmark",
|
2022-10-17 11:56:08 +08:00
|
|
|
"license": "Apache-2.0",
|
2021-09-24 01:41:52 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2021-06-25 04:05:24 +08:00
|
|
|
}
|