vcpkg/ports/gdk-pixbuf/vcpkg.json
Phoebe e01bb32836
[vcpkg baseline][gdk-pixbuf] Fix build error on windows (#17528)
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-04-28 12:06:01 -07:00

19 lines
314 B
JSON

{
"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"
]
}