mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
14 lines
277 B
TOML
14 lines
277 B
TOML
#TODO missing script for CMake, see https://gitlab.com/xonotic/netradiant#advanced-compilation
|
|
[source]
|
|
git = "https://gitlab.com/xonotic/netradiant"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libxml2",
|
|
"mesa",
|
|
"gtk2",
|
|
"libjpeg",
|
|
"libpng",
|
|
"zlib",
|
|
]
|