mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-04-02 10:42:18 -04:00
18 lines
280 B
JSON
18 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"
|
|
]
|
|
}
|