aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plutosvg/vcpkg.json
blob: 9fedac1031ec6bcdc9b67c6a8fbd300648c6122a (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
{
  "name": "plutosvg",
  "version": "0.0.7",
  "description": "Tiny SVG rendering library in C",
  "homepage": "https://github.com/sammycage/plutosvg",
  "license": "MIT",
  "dependencies": [
    "plutovg",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "freetype": {
      "description": "Enable Freetype integration",
      "dependencies": [
        {
          "name": "freetype",
          "default-features": false
        }
      ]
    }
  }
}