mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:25:04 +08:00
e5eb69dd58
* [gtkmm] update to 4.10.0 (microsoft/vcpkg#31121) * [gtkmm] regenerate version registries (microsoft/vcpkg#31121)
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"name": "gtkmm",
|
|
"version": "4.10.0",
|
|
"description": "gtkmm is the official C++ interface for the popular GUI library GTK+.",
|
|
"homepage": "https://www.gtkmm.org/",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"cairomm",
|
|
"gdk-pixbuf",
|
|
"glibmm",
|
|
"gtk",
|
|
"libepoxy",
|
|
"pangomm",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|