vcpkg/ports/tracy/vcpkg.json

22 lines
500 B
JSON
Raw Normal View History

{
"name": "tracy",
"version": "0.8.0",
"description": "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.",
"homepage": "https://github.com/wolfpld/tracy",
"supports": "!(windows & (arm | uwp))",
"dependencies": [
{
"name": "pthreads",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}