mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
10 lines
262 B
TOML
10 lines
262 B
TOML
#TODO missing script for CMake, see https://github.com/strukturag/libheif#compiling
|
|
[source]
|
|
tar = "https://github.com/strukturag/libheif/releases/download/v1.17.5/libheif-1.17.5.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"x265",
|
|
"libde265",
|
|
]
|