Cemu/vcpkg.json

66 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2022-08-22 16:21:23 -04:00
{
"name": "cemu",
"version-string": "1.0",
2024-06-05 10:34:42 -04:00
"builtin-baseline": "a4275b7eee79fb24ec2e135481ef5fce8b41c339",
2022-08-22 16:21:23 -04:00
"dependencies": [
"pugixml",
"zlib",
"zstd",
2022-08-22 16:21:23 -04:00
{
"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",
2022-08-22 16:21:23 -04:00
"fmt",
"hidapi",
"libpng",
2022-08-22 16:21:23 -04:00
"glm",
{
"name": "glslang",
"default-features": false
},
2022-08-22 16:21:23 -04:00
"zstd",
{
"name": "wxwidgets",
"default-features": false
},
"openssl",
{
"name": "curl",
"default-features": false,
"features": [ "openssl" ]
},
2024-06-05 10:34:42 -04:00
{
"name": "dbus",
"default-features": false,
"platform": "linux"
},
{
"name": "tiff",
"default-features": false,
"features": ["jpeg", "zip"]
},
"libusb"
2024-06-05 10:34:42 -04:00
],
"overrides": [
{
"name": "sdl2",
"version": "2.30.3"
}
2022-08-22 16:21:23 -04:00
]
}