mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
12 lines
258 B
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
|
|
"""
|