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

16 lines
341 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/libjxl/libjxl/blob/main/BUILDING.md
[source]
git = "https://github.com/libjxl/libjxl"
rev = "954b460768c08a147abf47689ad69b0e7beff65e"
[build]
template = "cmake"
dependencies = [
"libbrotli",
"libjpeg",
"libgif",
"libpng",
"libwebp",
"openexr",
]