mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 11:08:49 +08:00
10 lines
201 B
TOML
10 lines
201 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/arximboldi/zug#usage
|
|
[source]
|
|
git = "https://github.com/arximboldi/zug"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"boost",
|
|
]
|