mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
19 lines
357 B
JSON
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
|
|
}
|
|
]
|
|
}
|