vcpkg/ports/tinyexr/vcpkg.json
Sandy b6d9a1e6f8
[tinyexr] update to 1.0.1 and fix compiling with clang on android (#28670)
* tinyexr: Update to 1.0.1 and add miniz dep

* tinyexr: fix android build

Prevent clang warnings from erroring out the build
2023-01-04 12:43:24 -08:00

19 lines
357 B
JSON

{
"name": "tinyexr",
"version": "1.0.1",
"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
}
]
}