Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
459 B
JSON

{
"name": "tinytiff",
"version": "4.0.1.0",
"description": "Lightweight TIFF reader/writer library",
"homepage": "https://jkriege2.github.io/TinyTIFF/",
"license": "LGPL-3.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"winapi": {
"description": "Use WIN-API for File-IO",
"supports": "windows"
}
}
}