mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 15:24:18 +08:00
12 lines
248 B
TOML
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",
|
|
]
|