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

13 lines
208 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/jsgroth/jgenesis"
[build]
template = "custom"
dependencies = [
"sdl2",
]
script = """
DYNAMIC_INIT
cookbook_cargo_packages jgenesis-cli
"""