Cemu/vcpkg.json
Crementif 934cc3eb9d
Some checks are pending
Build check / build (push) Waiting to run
Generate translation template / generate-pot (push) Waiting to run
UI: Improvements and fixes for Windows dark mode (#1728)
2025-11-22 23:26:27 +01:00

76 lines
1.3 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",
"wxwidgets",
"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"
}
]
}