mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
11 lines
268 B
TOML
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",
|
|
]
|