mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Update vcpkg.json
This commit is contained in:
parent
581fe50756
commit
c0c8694114
1 changed files with 14 additions and 1 deletions
15
vcpkg.json
15
vcpkg.json
|
|
@ -2,11 +2,18 @@
|
||||||
"name": "torque3d",
|
"name": "torque3d",
|
||||||
"builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09",
|
"builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"zlib",
|
||||||
|
"libpng",
|
||||||
|
"pcre",
|
||||||
"libogg",
|
"libogg",
|
||||||
"libvorbis",
|
"libvorbis",
|
||||||
"libflac",
|
"libflac",
|
||||||
"opus",
|
"opus",
|
||||||
"libtheora",
|
"libtheora",
|
||||||
|
"tinyxml2",
|
||||||
|
"assimp",
|
||||||
|
"sdl2",
|
||||||
|
"openal-soft",
|
||||||
{
|
{
|
||||||
"name": "libsndfile",
|
"name": "libsndfile",
|
||||||
"default-features": false,
|
"default-features": false,
|
||||||
|
|
@ -14,10 +21,16 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"overrides":[
|
"overrides":[
|
||||||
|
{ "name": "zlib", "version": "1.3.1" },
|
||||||
{ "name": "libogg", "version": "1.3.6"},
|
{ "name": "libogg", "version": "1.3.6"},
|
||||||
|
{ "name": "pcre", "version": "8.45" },
|
||||||
{ "name": "libvorbis", "version": "1.3.7"},
|
{ "name": "libvorbis", "version": "1.3.7"},
|
||||||
{ "name": "libflac", "version": "1.5.0"},
|
{ "name": "libflac", "version": "1.5.0"},
|
||||||
{ "name": "opus", "version": "1.5.2"},
|
{ "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"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue