aboutsummaryrefslogtreecommitdiff
path: root/ports/glibmm/vcpkg.json
blob: feb01216f9a978d52f1df1bd1bdbaae74d76c0b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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"
  ]
}