mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:09:00 +08:00
e752415c5f
* [nanobench] Revert to library version instead of header-only * update version database
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"name": "nanobench",
|
|
"version": "4.3.10",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|