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

20 lines
408 B
JSON
Executable File

{
"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
}
]
}