vcpkg/ports/nanobench/vcpkg.json
Rémy Tassoux 0dfc2252b3
[nanobench] Update to 4.3.9 (#28186)
* [nanobench] Update to 4.3.9

* [nanobench] Update version files

* [nanobench] Add newline to the end of the file

* [nanobench] Update version files
2022-12-06 12:00:41 -08:00

20 lines
408 B
JSON

{
"name": "nanobench",
"version": "4.3.9",
"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
}
]
}