mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
12 lines
289 B
TOML
12 lines
289 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux
|
|
[source]
|
|
git = "https://github.com/raysan5/raylib"
|
|
rev = "ae50bfa2cc569c0f8d5bc4315d39db64005b1b08"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"mesa",
|
|
"libxkbcommon",
|
|
]
|