mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
a2406e3c0e
Add vendored libslirp into the repo with a shim to remove its dependency on glib.
27 lines
440 B
JSON
27 lines
440 B
JSON
{
|
|
"dependencies": [
|
|
"sdl2",
|
|
{
|
|
"name": "libarchive",
|
|
"default-features": false,
|
|
"features": ["bzip2", "crypto", "lz4", "zstd"]
|
|
},
|
|
"zstd",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": ["gui", "png", "thread", "widgets", "opengl", "zstd"]
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtmultimedia",
|
|
"default-features": false
|
|
},
|
|
"qtsvg"
|
|
]
|
|
}
|