aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plutovg/vcpkg.json
blob: c8f52536fcb767f7717692d9fde4dcddda2a3070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "plutovg",
  "version": "1.3.1",
  "description": "Tiny 2D vector graphics library in C",
  "homepage": "https://github.com/sammycage/plutovg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "font-face-cache": {
      "description": "Enable loading font face cache from files and directories"
    }
  }
}