redox/recipes/wip/libs/other/libzug/recipe.toml
2025-10-12 18:37:40 -03:00

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