aboutsummaryrefslogtreecommitdiff
path: root/ports/gdk-pixbuf/vcpkg.json
blob: ca65da57a9f2f3e5def8ec9aa940b3c95e066e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "gdk-pixbuf",
  "version": "2.42.2",
  "port-version": 1,
  "description": "Image loading library.",
  "homepage": "https://developer.gnome.org/gdk-pixbuf/",
  "dependencies": [
    "gettext",
    "glib",
    {
      "name": "glib",
      "host": true
    },
    "libpng",
    "tiff",
    "zlib"
  ]
}