mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
10 lines
141 B
TOML
10 lines
141 B
TOML
#TODO port to Orbital
|
|
[source]
|
|
git = "https://github.com/orhun/runst"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"glib",
|
|
"pango",
|
|
]
|