yuzu/externals/vcpkg/ports/nanobench/vcpkg.json

20 lines
408 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "nanobench",
"version": "4.3.7",
"description": "Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20",
"homepage": "https://nanobench.ankerl.com",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"fmt",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}