Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vcpkg.json - github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1218c5857cc067ea5d6397f6e5ea66190bab0e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "$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"
    ]
}