vcpkg/ports/gtk/vcpkg.json
JonLiu1993 0c78a04718
[gtk] update to 4.6.0 (#23012)
* [gtk] update to 4.6.0

* update version

* Add License

* update version
2022-02-10 10:12:54 -08:00

41 lines
698 B
JSON

{
"name": "gtk",
"version": "4.6.0",
"description": "Portable library for creating graphical user interfaces.",
"homepage": "https://www.gtk.org/",
"license": "LGPL-2.0-only",
"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",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}