55 lines
1.2 KiB
JSON
Executable File
55 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "tracy",
|
|
"version-semver": "0.8.1",
|
|
"description": "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.",
|
|
"homepage": "https://github.com/wolfpld/tracy",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(windows & (arm | uwp))",
|
|
"dependencies": [
|
|
{
|
|
"name": "pthreads",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cli-tools": {
|
|
"description": "Build Tracy command-line tools: `capture`, `csvexport`, `import-chrome` and `update`",
|
|
"supports": "!(windows & x86)",
|
|
"dependencies": [
|
|
{
|
|
"name": "capstone",
|
|
"features": [
|
|
"arm",
|
|
"arm64",
|
|
"x86"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"gui-tools": {
|
|
"description": "Build Tracy GUI tool: `profiler` (aka `Tracy` executable)",
|
|
"supports": "!(windows & x86)",
|
|
"dependencies": [
|
|
{
|
|
"name": "capstone",
|
|
"features": [
|
|
"arm",
|
|
"arm64",
|
|
"x86"
|
|
]
|
|
},
|
|
"freetype",
|
|
"glfw3"
|
|
]
|
|
}
|
|
}
|
|
}
|