mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
f3eeb27624
* Dont block arm64-osx * Update version * Updated versions * supports fixups * Update versions * supports fixups * supports fixups
12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"name": "openexr",
|
|
"version-string": "2.5.0",
|
|
"port-version": 4,
|
|
"description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications",
|
|
"homepage": "https://www.openexr.com/",
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|