Files
WeeU/vcpkg.json
2025-10-20 00:48:33 -04:00

97 lines
1.7 KiB
JSON

{
"name": "cemu",
"version-string": "1.0",
"builtin-baseline": "f0fb3ddba5135b80982668de39dbaa139c00d281",
"dependencies": [
"pugixml",
"zlib",
"zstd",
{
"name": "libzip",
"default-features": false
},
"rapidjson",
{
"name": "sdl2",
"platform": "!android"
},
"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",
{
"name": "boost-iostreams",
"platform" : "android"
},
{
"name": "boost-stacktrace",
"platform" : "android"
},
"boost-random",
"fmt",
{
"name": "hidapi",
"platform": "!android"
},
"libpng",
"glm",
{
"name": "glslang",
"default-features": false
},
"zstd",
{
"name": "wxwidgets",
"features": [
"debug-support"
],
"default-features": false,
"platform": "!android"
},
"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"
}
]
}