redox/recipes/wip/libs/other/liblager/recipe.toml
2025-10-08 15:17:02 -03:00

11 lines
219 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/arximboldi/lager#usage
[source]
git = "https://github.com/arximboldi/lager"
[build]
template = "cmake"
dependencies = [
"libzug",
"boost",
]