mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-02 19:07:44 -06:00
"debug-support" is now less-optional as it was before, and not including it breaks the debug builds of Cemu. Might have to figure this out further.
82 lines
1.4 KiB
JSON
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.30.3"
|
|
},
|
|
{
|
|
"name": "wxwidgets",
|
|
"version": "3.3.0"
|
|
}
|
|
]
|
|
}
|