mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
19 lines
280 B
JSON
19 lines
280 B
JSON
|
{
|
||
|
"dependencies": [
|
||
|
"sdl2",
|
||
|
"libarchive",
|
||
|
"libslirp",
|
||
|
"zstd",
|
||
|
{
|
||
|
"name": "qtbase",
|
||
|
"default-features": false,
|
||
|
"features": ["gui", "png", "thread", "widgets", "opengl", "zstd"]
|
||
|
},
|
||
|
{
|
||
|
"name": "qtmultimedia",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"qtsvg"
|
||
|
]
|
||
|
}
|