mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
31b4b855b1
* Update Gtkmm to 4.4.0 Solves #22185 * Fixed Gtkmm Version Json * [Gtkmm ] Update to 4.4.0 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
30 lines
506 B
JSON
30 lines
506 B
JSON
{
|
|
"name": "gtkmm",
|
|
"version": "4.4.0",
|
|
"description": "gtkmm is the official C++ interface for the popular GUI library GTK+.",
|
|
"homepage": "https://www.gtkmm.org/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"atk",
|
|
"atkmm",
|
|
"cairo",
|
|
"cairomm",
|
|
"gdk-pixbuf",
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"glibmm",
|
|
"gtk",
|
|
"libepoxy",
|
|
"pango",
|
|
"pangomm",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|