aboutsummaryrefslogtreecommitdiff
path: root/ports/librsvg/vcpkg.json
blob: eea2a5efde40ec0ca9180eef212110a3c7ca215e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "librsvg",
  "version": "2.40.20",
  "port-version": 5,
  "description": "A small library to render Scalable Vector Graphics (SVG)",
  "homepage": "https://gitlab.gnome.org/GNOME/librsvg",
  "dependencies": [
    "cairo",
    "gdk-pixbuf",
    "libcroco",
    "pango",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}