redox/recipes/wip/emulators/cpu/rustzx/recipe.toml
2025-11-17 08:20:26 -03:00

13 lines
199 B
TOML

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