redox/recipes/wip/libs/other/raylib/recipe.toml
2026-03-26 14:06:39 -03:00

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",
]