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

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
new file mode 100644
index 00000000..b4109e3a
--- /dev/null
+++ b/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "$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": "af2287382b1991dbdcb7e5112d236f3323b9dd7a",
+ "dependencies": [
+ { "name": "capstone", "features":[ "arm", "arm64", "x86" ] },
+ "freetype",
+ "glfw3"
+ ]
+}