redox/recipes/wip/libs/glew/recipe.toml
2024-03-12 20:32:51 +00:00

11 lines
268 B
TOML

#TODO missing script for "make", see https://github.com/nigels-com/glew#linux-and-mac
#TODO port to Orbital
[source]
git = "https://github.com/nigels-com/glew"
rev = "9fb23c3e61cbd2d581e33ff7d8579b572b38ee26"
[build]
template = "custom"
dependencies = [
"mesa",
]