mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 04:58:42 +08:00
17 lines
324 B
TOML
17 lines
324 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 = "5.5"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DPLATFORM=SDL"
|
|
]
|
|
dependencies = [
|
|
"sdl2"
|
|
# "mesa",
|
|
# "libxkbcommon",
|
|
]
|