1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
tracy/vcpkg.json
2022-04-04 12:15:20 +02:00

16 lines
491 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "tracy",
"version-semver": "0.8.0",
"port-version": 0,
"description": "C++ frame profiler",
"homepage": "https://github.com/wolfpld/tracy",
"builtin-baseline": "af2287382b1991dbdcb7e5112d236f3323b9dd7a",
"dependencies": [
{ "name": "capstone", "features":[ "arm", "arm64", "x86" ] },
"freetype",
"glfw3",
"zstd"
]
}