aboutsummaryrefslogtreecommitdiff
path: root/ports/gtk/vcpkg.json
blob: ca024dccb501213c4ee86308c580ed336f117bb7 (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
26
27
28
29
30
31
32
33
34
35
{
  "name": "gtk",
  "version": "4.3.0",
  "description": "Portable library for creating graphical user interfaces.",
  "homepage": "https://www.gtk.org/",
  "dependencies": [
    "atk",
    {
      "name": "cairo",
      "default-features": false,
      "features": [
        "gobject"
      ]
    },
    {
      "name": "cairo",
      "default-features": false,
      "features": [
        "x11"
      ],
      "platform": "linux"
    },
    "gdk-pixbuf",
    "gettext",
    "glib",
    {
      "name": "glib",
      "host": true
    },
    "graphene",
    "libepoxy",
    "pango",
    "sassc"
  ]
}