mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"name": "tracy",
|
|
"version-semver": "0.10.0",
|
|
"port-version": 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
|
|
}
|
|
],
|
|
"default-features": [
|
|
"crash-handler"
|
|
],
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "tbb",
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
},
|
|
"crash-handler": {
|
|
"description": "Enable crash handler"
|
|
},
|
|
"gui-tools": {
|
|
"description": "Build Tracy GUI tool: `profiler` (aka `Tracy` executable)",
|
|
"supports": "!(windows & x86)",
|
|
"dependencies": [
|
|
{
|
|
"name": "capstone",
|
|
"features": [
|
|
"arm",
|
|
"arm64",
|
|
"x86"
|
|
]
|
|
},
|
|
{
|
|
"name": "dbus",
|
|
"platform": "!windows"
|
|
},
|
|
"freetype",
|
|
"glfw3",
|
|
{
|
|
"name": "tbb",
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
},
|
|
"on-demand": {
|
|
"description": "Enable on-demand profiling"
|
|
}
|
|
}
|
|
}
|