diff options
Diffstat (limited to 'vcpkg/ports/tinyexr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tinyexr/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/tinyexr/vcpkg.json b/vcpkg/ports/tinyexr/vcpkg.json new file mode 100644 index 0000000..ffad6d3 --- /dev/null +++ b/vcpkg/ports/tinyexr/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "tinyexr", + "version": "1.0.12", + "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 + } + ] +} |