mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
10 lines
302 B
TOML
10 lines
302 B
TOML
#TODO missing script for Meson, see https://github.com/flightlessmango/MangoHud#installation---build-from-source
|
|
[source]
|
|
tar = "https://github.com/flightlessmango/MangoHud/releases/download/v0.7.0/MangoHud-v0.7.0-Source.tar.xz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"mesa",
|
|
"libx11",
|
|
]
|