vcpkg/ports/nanobench/vcpkg.json
Weihang Ding 2ab975eee9
[nanobench] Bump to 4.3.11 (#32925)
* [nanobench] Bump to 4.3.11

* update version database
2023-08-04 06:54:38 -07:00

19 lines
398 B
JSON

{
"name": "nanobench",
"version": "4.3.11",
"description": "Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20",
"homepage": "https://nanobench.ankerl.com",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}