redox/recipes/wip/libs/image/libheif/recipe.toml
2025-10-08 14:02:23 -03:00

11 lines
276 B
TOML

#TODO not compiled or tested
# build instructions: 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 = "cmake"
dependencies = [
"x265",
"libde265",
]