mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
fd8a264bff
* [amqpcpp/leptonica/glibmm] Update to latest version * Modify the include dir path * Modify version schemes Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "glibmm",
|
|
"version": "2.68.1",
|
|
"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"
|
|
]
|
|
}
|