mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
24 lines
498 B
TOML
24 lines
498 B
TOML
#TODO missing script for CMake, see https://github.com/DaemonEngine/Daemon#build-instructions
|
|
# data files - https://github.com/Unvanquished/Unvanquished#downloading-the-games-assets
|
|
[source]
|
|
git = "https://github.com/DaemonEngine/Daemon"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"zlib",
|
|
"libgmp",
|
|
"libnettle",
|
|
"curl",
|
|
"sdl2",
|
|
"glew",
|
|
"libpng",
|
|
"libjpeg",
|
|
"libwebp",
|
|
"freetype",
|
|
"openal",
|
|
"libogg",
|
|
"libvorbis",
|
|
"opus",
|
|
"opusfile",
|
|
]
|