2020-12-17 03:45:49 +08:00
{
"name" : "openexr" ,
2022-09-01 04:44:21 +08:00
"version" : "2.5.8" ,
2022-09-03 01:44:50 +08:00
"port-version" : 1 ,
2020-12-17 03:45:49 +08:00
"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/" ,
2022-09-01 04:44:21 +08:00
"license" : "BSD-3-Clause" ,
"supports" : "!uwp" ,
2020-12-17 03:45:49 +08:00
"dependencies" : [
2022-09-01 04:44:21 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
} ,
2020-12-17 03:45:49 +08:00
"zlib"
]
}