aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lunasvg/vcpkg.json
blob: aae560174f66e7baa66c8326eb3b4f810cf52774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "lunasvg",
  "version": "3.5.0",
  "description": "lunasvg is a standalone SVG rendering library in C++",
  "homepage": "https://github.com/sammycage/lunasvg",
  "license": "MIT",
  "dependencies": [
    "plutovg",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}