mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
11 lines
290 B
TOML
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"
|
|
]
|