vcpkg/ports/gtkmm/vcpkg.json
Alexander Neumann be660920b3
[gtkmm] Update to 4.0.1 (#17669)
* update gtkmm

* version stuff
2021-05-06 13:31:48 -07:00

26 lines
440 B
JSON

{
"name": "gtkmm",
"version": "4.0.1",
"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"
]
}