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

14 lines
247 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/broccolingual/rustui"
shallow_clone = true
[build]
template = "cargo"
cargopackages = ["tetris"]
cargoexamples = [
"hello_world",
"colors",
"inputs",
"file_reader",
]