mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
12 lines
275 B
TOML
12 lines
275 B
TOML
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-core#2-building-from-source
|
|
[source]
|
|
git = "https://github.com/mupen64plus/mupen64plus-core"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sdl2",
|
|
"libpng",
|
|
"freetype2",
|
|
"zlib",
|
|
]
|