mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
12 lines
239 B
TOML
12 lines
239 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/SpadesX/SpadesX#installation
|
|
[source]
|
|
git = "https://github.com/SpadesX/SpadesX"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"readline",
|
|
"zlib",
|
|
"json-c",
|
|
]
|