vcpkg/ports/celero/vcpkg.json
John Farrier 88b757e5e6
[celero] Update to v2.8.5. (#28567)
* [celero] Update to v2.8.4.

* [celero] Update to v2.8.4.

* [celero] Update to v2.8.5

* [Celero] Update to version v2.8.5

* Update ports/celero/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/celero/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update celero.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-12-29 23:58:50 -08:00

18 lines
408 B
JSON

{
"name": "celero",
"version": "2.8.5",
"description": "Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++ 11 and later.",
"homepage": "https://github.com/DigitalInBlue/Celero",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}