vcpkg/ports/tinyexr/vcpkg.json
Osyotr 2d2537b079
[tinyexr] Update to 1.0.5 (#32074)
* [tinyexr] Update to 1.0.5

* fix uwp builds
2023-06-21 22:13:41 -07:00

19 lines
357 B
JSON

{
"name": "tinyexr",
"version": "1.0.5",
"description": "Library to load and save OpenEXR(.exr) images",
"homepage": "https://github.com/syoyo/tinyexr",
"license": "BSD-3-Clause",
"dependencies": [
"miniz",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}