mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:39:07 +08:00
17 lines
321 B
JSON
17 lines
321 B
JSON
|
{
|
||
|
"name": "glibmm",
|
||
|
"version": "2.68.0",
|
||
|
"description": "This is glibmm, a C++ API for parts of glib that are useful for C++.",
|
||
|
"homepage": "https://www.gtkmm.org.",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"gettext",
|
||
|
"glib",
|
||
|
"libffi",
|
||
|
"libiconv",
|
||
|
"libsigcpp-3",
|
||
|
"pcre",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|