redox/recipes/wip/libs/openexr/recipe.toml
2024-02-16 21:42:08 +00:00

11 lines
290 B
TOML

#TODO missing script for CMake, see https://openexr.com/en/latest/install.html#linux-macos
[source]
git = "https://github.com/AcademySoftwareFoundation/openexr"
rev = "737b2707a001e67f3812d86a639c3d037efe2ea8"
[build]
template = "custom"
dependencies = [
"libdeflate",
"libimath"
]