aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/thorvg/vcpkg.json
blob: 60ad955bf2f0c963f7d361ed21b991a0190ec8e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "thorvg",
  "version": "0.15.16",
  "description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
  "homepage": "https://www.thorvg.org",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build tools"
    }
  }
}