mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 17:44:41 -06:00
Add targeted vcpkg overrides for openssl (3.5.0 -> 3.6.2) and curl (8.14.1 -> 8.20.0) to pick up security fixes, while leaving the builtin-baseline untouched to avoid a broad, risky version sweep (a full baseline bump pulled libusb 1.0.30, which needs autoreconf tooling not present on the Linux CI images). Also bump the header-only Vulkan-Headers and the small ZArchive submodule to their latest upstream commits.
95 lines
1.6 KiB
JSON
95 lines
1.6 KiB
JSON
{
|
|
"name": "cemu",
|
|
"version-string": "1.0",
|
|
"builtin-baseline": "f0fb3ddba5135b80982668de39dbaa139c00d281",
|
|
"dependencies": [
|
|
"pugixml",
|
|
"zlib",
|
|
"zstd",
|
|
{
|
|
"name": "libzip",
|
|
"default-features": false
|
|
},
|
|
"rapidjson",
|
|
{
|
|
"name": "sdl3",
|
|
"default-features": false
|
|
},
|
|
"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",
|
|
{
|
|
"name": "fmt",
|
|
"version>=": "12.1.0"
|
|
},
|
|
"libpng",
|
|
"glm",
|
|
{
|
|
"name": "glslang",
|
|
"default-features": false
|
|
},
|
|
"zstd",
|
|
{
|
|
"name": "wxwidgets",
|
|
"default-features": false,
|
|
"features": [
|
|
"debug-support"
|
|
]
|
|
},
|
|
"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": "sdl3",
|
|
"version": "3.4.10"
|
|
},
|
|
{
|
|
"name": "wxwidgets",
|
|
"version": "3.3.1"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"version": "3.6.2"
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"version": "8.20.0"
|
|
}
|
|
]
|
|
}
|