2023-08-21 18:50:36 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
2023-08-25 18:43:37 +00:00
|
|
|
"builtin-baseline": "65c013b9667ff1f58fb8724209227e5a2e761043",
|
2023-08-21 18:50:36 +00:00
|
|
|
"features":
|
|
|
|
{
|
|
|
|
"vcpkg-libvpx":
|
|
|
|
{
|
|
|
|
"description": "Use libvpx provided by vcpkg on Windows",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libvpx",
|
|
|
|
"default-features": false,
|
|
|
|
"platform": "windows & static & staticcrt"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"vcpkg-openal-soft":
|
|
|
|
{
|
|
|
|
"description": "Use openal-soft provided by vcpkg.",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "openal-soft",
|
|
|
|
"default-features": false,
|
|
|
|
"platform": "!windows | (windows & static & staticcrt)"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "zlib",
|
|
|
|
"platform": "!windows | (windows & static & staticcrt)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "bzip2",
|
|
|
|
"platform": "!windows | (windows & static & staticcrt)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sdl2",
|
|
|
|
"platform": "!windows & !osx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libvpx",
|
|
|
|
"platform": "!windows"
|
2023-08-21 18:54:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libwebp",
|
|
|
|
"platform": "!windows | (windows & static & staticcrt)"
|
2023-08-21 18:50:36 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|