aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pngwriter/vcpkg.json
blob: bb57c111a29f7946f92368f38a82da7f2600f3fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "pngwriter",
  "version": "0.7.0",
  "port-version": 5,
  "description": "PNGwriter is a very easy to use open source graphics library that uses PNG as its output format",
  "dependencies": [
    "freetype",
    "libpng",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}