mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
12 lines
240 B
TOML
12 lines
240 B
TOML
#TODO make libgif work
|
|
[source]
|
|
tar = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.2.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libjpeg",
|
|
"libpng",
|
|
"libtiff",
|
|
"libgif",
|
|
]
|