mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 12:14:45 +00:00
keep the root .json file for git_in_use
This commit is contained in:
parent
58d4b3a781
commit
be8cd10b14
23
vcpkg.json
Normal file
23
vcpkg.json
Normal file
|
|
@ -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"}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue