mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
51 lines
1 KiB
JSON
51 lines
1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "srb2",
|
|
"version": "1.0.0",
|
|
"builtin-baseline": "d5ec528843d29e3a52d745a64b469f810b2cedbf",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"platform": "!(osx & !native)"
|
|
},
|
|
"libgme",
|
|
"libopenmpt",
|
|
"libpng",
|
|
"miniupnpc",
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false,
|
|
"features": [
|
|
{
|
|
"name": "wayland",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "x11",
|
|
"platform": "!windows"
|
|
}
|
|
],
|
|
"platform": "!(osx & !native)",
|
|
"version>=": "2.30.7"
|
|
},
|
|
{
|
|
"name": "sdl2-mixer-ext",
|
|
"features": [
|
|
"ffmpeg",
|
|
"fluidsynth",
|
|
"libflac",
|
|
"libgme",
|
|
"libmodplug",
|
|
"libvorbis",
|
|
"libxmp",
|
|
"mpg123",
|
|
"opusfile",
|
|
"pxtone",
|
|
"timidity"
|
|
],
|
|
"platform": "!(osx & !native)",
|
|
"version>=": "2.6.0"
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|