redox/recipes/wip/dev/graphics/bonzomatic/recipe.toml
2025-10-06 18:47:11 -03:00

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",
]