mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:19:00 +08:00
8dd05eb74a
* [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
20 lines
408 B
JSON
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
|
|
}
|
|
]
|
|
}
|