aboutsummaryrefslogtreecommitdiff
path: root/ports/graphene/vcpkg.json
blob: 8849b4d42d4ce9f3ea2aa130cc6516bf0e00b275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "graphene",
  "version": "1.10.2",
  "port-version": 1,
  "description": "A thin layer of types for graphic libraries.",
  "homepage": "https://www.gtk.org/",
  "supports": "!(arm & windows)",
  "dependencies": [
    "gettext",
    "glib",
    {
      "name": "glib",
      "host": true
    }
  ]
}