mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
13 lines
267 B
TOML
13 lines
267 B
TOML
#TODO not compiled or tested
|
|
#TODO missing dependencies
|
|
# build instructions - https://github.com/Gargaj/Bonzomatic#linux
|
|
[source]
|
|
git = "https://github.com/Gargaj/Bonzomatic"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libx11",
|
|
"libalsa",
|
|
"mesa-glu",
|
|
]
|