2020-12-17 03:45:49 +08:00
{
"name" : "openexr" ,
2023-06-22 13:14:50 +08:00
"version" : "3.1.8" ,
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-26 14:45:07 +08:00
"imath" ,
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"
2022-09-26 14:45:07 +08:00
] ,
"features" : {
"tools" : {
"description" : "Build tools"
}
}
2020-12-17 03:45:49 +08:00
}