vcpkg/ports/nanobench/vcpkg.json
Rémy Tassoux 8dd05eb74a
[nanobench] Update to 4.3.7 (#24225)
* [nanobench] Update to 4.3.7

* [nanobench] Update version files

* [nanobench] Fix build on window x86

* [nanobench] Update version files

* [nanobench] Add missing patch file

* [nanobench] Update version files
2022-04-19 08:32:34 -07:00

20 lines
408 B
JSON

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