aboutsummaryrefslogtreecommitdiff
path: root/ports/gtkmm/vcpkg.json
blob: f394a6c8009038004c94d5ea4dca51734ea006dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "gtkmm",
  "version": "4.0.1",
  "description": "gtkmm is the official C++ interface for the popular GUI library GTK+.",
  "homepage": "https://www.gtkmm.org/",
  "supports": "!uwp",
  "dependencies": [
    "atk",
    "atkmm",
    "cairo",
    "cairomm",
    "gdk-pixbuf",
    "gettext",
    "glib",
    {
      "name": "glib",
      "host": true
    },
    "glibmm",
    "gtk",
    "libepoxy",
    "pango",
    "pangomm"
  ]
}