mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
12 lines
186 B
TOML
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
|
|
"""
|