aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zint/vcpkg.json
blob: 19ed5cdf205360d22d908519569988e08f7f8d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "zint",
  "version": "2.15.0",
  "description": "A barcode encoding library supporting over 50 symbologies",
  "homepage": "https://github.com/zint/zint",
  "license": null,
  "supports": "!osx",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "png": {
      "description": "Build with PNG support",
      "dependencies": [
        "libpng"
      ]
    }
  }
}