From be8cd10b14f8883e494b0fd82c80a71105c8621a Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Sat, 20 Dec 2025 13:39:59 -0600 Subject: [PATCH] keep the root .json file for git_in_use --- vcpkg.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vcpkg.json diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 000000000..eb5e7ae38 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "torque3d", + "builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09", + "dependencies": [ + "libogg", + "libvorbis", + "libflac", + "opus", + "libtheora", + { + "name": "libsndfile", + "default-features": false, + "features": [ "external-libs" ] + } + ], + "overrides":[ + { "name": "libogg", "version": "1.3.6"}, + { "name": "libvorbis", "version": "1.3.7"}, + { "name": "libflac", "version": "1.5.0"}, + { "name": "opus", "version": "1.5.2"}, + { "name": "libtheora", "version": "1.2.0"} + ] +} \ No newline at end of file