mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
13 lines
230 B
TOML
13 lines
230 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
git = "https://github.com/michelhe/rustboyadvance-ng"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sdl2",
|
|
"sdl2-image",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages rustboyadvance-sdl2
|
|
"""
|