aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinytiff/vcpkg.json
blob: c1abef9152f9415693747eec4741e8fede80f090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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"
    }
  }
}