vcpkg/ports/glibmm/vcpkg.json
Alonso Schaich f356287482
[glibmm] update to 2.76.0 (#30807)
* [glibmm] update to 2.76.0 (microsoft#30806)

* [glibmm] regenerate version registries (microsoft#30806)
2023-04-13 12:34:32 -07:00

22 lines
421 B
JSON

{
"name": "glibmm",
"version": "2.76.0",
"description": "This is glibmm, a C++ API for parts of glib that are useful for C++.",
"homepage": "https://www.gtkmm.org.",
"license": "LGPL-2.1-or-later",
"supports": "!uwp",
"dependencies": [
"gettext",
"glib",
"libffi",
"libiconv",
"libsigcpp-3",
"pcre",
{
"name": "vcpkg-tool-meson",
"host": true
},
"zlib"
]
}