mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
2d2537b079
* [tinyexr] Update to 1.0.5 * fix uwp builds
19 lines
357 B
JSON
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
|
|
}
|
|
]
|
|
}
|