mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:51:18 +08:00
e01bb32836
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
19 lines
314 B
JSON
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"
|
|
]
|
|
}
|