vcpkg/ports/tinyexr/vcpkg.json
2024-03-29 17:22:33 -07:00

19 lines
357 B
JSON

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