redox/recipes/wip/demos/rustui/recipe.toml

12 lines
258 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/broccolingual/rustui"
shallow_clone = true
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo_examples hello_world colors inputs file_reader
cookbook_cargo_packages tetris
"""