redox/recipes/wip/emulators/rustboy-advance-ng/recipe.toml
2024-02-29 00:31:17 +00:00

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
"""