mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 05:49:03 +08:00
24 lines
459 B
JSON
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"
|
||
|
}
|
||
|
}
|
||
|
}
|