mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
13 lines
384 B
JSON
13 lines
384 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",
|
|
"dependencies": [
|
|
{ "name": "capstone", "features":[ "arm", "arm64", "x86" ] },
|
|
"freetype",
|
|
"glfw3"
|
|
]
|
|
}
|