vcpkg/ports/minitrace/vcpkg.json
JuliusBrueggemann b669595870
[minitrace] Update minitrace to the latest version (#31069)
* [minitrace] Update minitrace to the latest version

This version includes two important changes:
1. It can be built and installed with CMake, which removes the need for a custom CMakeLists.txt
2. It can be built as a shared library as well as a static library

* [minitrace] Update to latest version that uses the correct installation directories

* [minitrace] Update versions file
2023-04-25 12:52:41 -07:00

16 lines
323 B
JSON

{
"name": "minitrace",
"version-date": "2023-04-23",
"description": "Simple C/C++ library for producing JSON traces suitable for Chrome's built-in trace viewer.",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}