vcpkg/ports/gtk/vcpkg.json
Alexander Neumann da0f1cc2bb
[gtk] update to 4.3.0 (#17670)
* [gtk] update to 4.3.0

* version stuff
2021-05-07 14:19:42 -07:00

36 lines
602 B
JSON

{
"name": "gtk",
"version": "4.3.0",
"description": "Portable library for creating graphical user interfaces.",
"homepage": "https://www.gtk.org/",
"dependencies": [
"atk",
{
"name": "cairo",
"default-features": false,
"features": [
"gobject"
]
},
{
"name": "cairo",
"default-features": false,
"features": [
"x11"
],
"platform": "linux"
},
"gdk-pixbuf",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"graphene",
"libepoxy",
"pango",
"sassc"
]
}