mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
15 lines
209 B
TOML
15 lines
209 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/orbterm.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_STAGE="${COOKBOOK_STAGE}/ui"
|
|
cookbook_cargo
|
|
"""
|
|
|
|
[package]
|
|
dependencies = [
|
|
"orbital"
|
|
]
|