Cemu/vcpkg.json
capitalistspz d7c510ed31
Some checks failed
Build check / build (push) Has been cancelled
Generate translation template / generate-pot (push) Has been cancelled
Update vcpkg dependency SDL2 to 2.32.8 (#1670)
2025-08-16 05:56:30 +02:00

82 lines
1.4 KiB
JSON

{
"name": "cemu",
"version-string": "1.0",
"builtin-baseline": "f0fb3ddba5135b80982668de39dbaa139c00d281",
"dependencies": [
"pugixml",
"zlib",
"zstd",
{
"name": "libzip",
"default-features": false
},
"rapidjson",
"sdl2",
"boost-tokenizer",
"boost-container",
"boost-program-options",
"boost-nowide",
"boost-algorithm",
"boost-functional",
"boost-optional",
"boost-signals2",
"boost-asio",
"boost-ptr-container",
"boost-property-tree",
"boost-static-string",
"boost-random",
"fmt",
"hidapi",
"libpng",
"glm",
{
"name": "glslang",
"default-features": false
},
"zstd",
{
"name": "wxwidgets",
"features": [
"debug-support"
],
"default-features": false
},
"openssl",
{
"name": "curl",
"default-features": false,
"features": [
"openssl"
]
},
{
"name": "dbus",
"default-features": false,
"platform": "linux"
},
{
"name": "tiff",
"default-features": false,
"features": [
"jpeg",
"zip"
]
},
"libusb"
],
"overrides": [
{
"name": "glslang",
"version": "15.1.0"
},
{
"name": "sdl2",
"version": "2.32.8"
},
{
"name": "wxwidgets",
"version": "3.3.1"
}
]
}