early-access version 2853
This commit is contained in:
54
externals/vcpkg/ports/tracy/vcpkg.json
vendored
Executable file
54
externals/vcpkg/ports/tracy/vcpkg.json
vendored
Executable file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user