mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:49:00 +08:00
be660920b3
* update gtkmm * version stuff
26 lines
440 B
JSON
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"
|
|
]
|
|
}
|