redox/recipes/wip/tools/odin2/recipe.toml
2024-02-11 14:08:48 +00:00

12 lines
248 B
TOML

#TODO missing script for CMake, see https://github.com/TheWaveWarden/odin2#all-platforms
[source]
git = "https://github.com/TheWaveWarden/odin2"
[build]
template = "custom"
dependencies = [
"mesa",
"curl",
"libx11",
"webkitgtk3",
]