mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
14 lines
452 B
JSON
14 lines
452 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "tracy",
|
|
"version-semver": "0.8.0",
|
|
"description": "C++ frame profiler",
|
|
"homepage": "https://github.com/wolfpld/tracy",
|
|
"builtin-baseline": "65c66cd748d48cfa8f02df8c434adbd862ef1dd2",
|
|
"dependencies": [
|
|
{ "name": "capstone", "features":[ "arm", "arm64", "x86" ] },
|
|
"freetype",
|
|
"glfw3"
|
|
]
|
|
}
|