redox/recipes/wip/openexr/recipe.toml
2023-12-18 23:12:30 +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"
]