mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 21:01:48 +08:00
22 lines
500 B
JSON
22 lines
500 B
JSON
|
{
|
||
|
"name": "tracy",
|
||
|
"version": "0.7.8",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|