redox/recipes/wip/libs/other/raylib/recipe.toml
2025-10-12 19:05:23 -03:00

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