redox/recipes/wip/emulators/rustzx/recipe.toml
2024-02-28 21:37:08 +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
"""