mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:41:18 +08:00
2ab975eee9
* [nanobench] Bump to 4.3.11 * update version database
19 lines
398 B
JSON
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
|
|
}
|
|
]
|
|
}
|