mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
9 lines
202 B
TOML
9 lines
202 B
TOML
#TODO missing script for "make", see https://github.com/taviso/loadlibrary#building
|
|
[source]
|
|
git = "https://github.com/taviso/loadlibrary"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"readline",
|
|
]
|