Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}