mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
12 lines
180 B
TOML
12 lines
180 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/naelstrof/slop"
|
|
rev = "v7.7"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libxext",
|
|
"glew",
|
|
"libglm",
|
|
]
|