mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 20:48:41 +08:00
14 lines
247 B
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",
|
|
]
|