redox/recipes/wip/emulators/game-console/gopher64/recipe.toml
2025-11-16 08:57:03 -03:00

13 lines
187 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/gopher64/gopher64"
[build]
template = "custom"
dependencies = [
"sdl2",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""