redox/recipes/wip/emulators/cpu/rustzx/recipe.toml
2024-06-25 20:50:03 +00:00

12 lines
186 B
TOML

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