mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +08:00
27 lines
576 B
JSON
27 lines
576 B
JSON
{
|
|
"name": "openexr",
|
|
"version": "3.2.3",
|
|
"port-version": 1,
|
|
"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/",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"imath",
|
|
"libdeflate",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|