mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 05:28:43 +08:00
11 lines
221 B
TOML
11 lines
221 B
TOML
#TODO Not compiled or tested yet
|
|
[source]
|
|
tar = "https://www.chocolate-doom.org/downloads/3.0.1/chocolate-doom-3.0.1.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"sdl2",
|
|
"sdl2-mixer",
|
|
"sdl2-net",
|
|
]
|