redox/recipes/wip/science/axe/recipe.toml
2026-06-07 19:29:51 -03:00

12 lines
250 B
TOML

#TODO compile and test
# maybe need to disable or patch bundled dependencies
[source]
git = "https://github.com/kdm9/axe"
rev = "c8a636fd11d394034776bda45a5f0ef9b6e80046"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"zlib",
]