diff --git a/vcpkg.json b/vcpkg.json index eb5e7ae38..3bc3bc20c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,11 +2,18 @@ "name": "torque3d", "builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09", "dependencies": [ + "zlib", + "libpng", + "pcre", "libogg", "libvorbis", "libflac", "opus", "libtheora", + "tinyxml2", + "assimp", + "sdl2", + "openal-soft", { "name": "libsndfile", "default-features": false, @@ -14,10 +21,16 @@ } ], "overrides":[ + { "name": "zlib", "version": "1.3.1" }, { "name": "libogg", "version": "1.3.6"}, + { "name": "pcre", "version": "8.45" }, { "name": "libvorbis", "version": "1.3.7"}, { "name": "libflac", "version": "1.5.0"}, { "name": "opus", "version": "1.5.2"}, - { "name": "libtheora", "version": "1.2.0"} + { "name": "libtheora", "version": "1.2.0"}, + { "name": "tinyxml2", "version": "11.0.0"}, + { "name": "assimp", "version": "6.0.2"}, + { "name": "sdl2", "version": "2.32.10"}, + { "name": "openal-soft", "version": "1.24.3"} ] } \ No newline at end of file