aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinyexif/vcpkg.json
blob: 021b860942b1f7651dcfd6ff66fb37563c6597e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tinyexif",
  "version": "1.0.3",
  "description": "tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG images",
  "homepage": "https://github.com/cdcseacave/TinyEXIF",
  "dependencies": [
    "tinyxml2",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}