aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-skia/vcpkg.json
blob: e59883bf26cbb876f0e027dfada7b99deb946476 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "name": "vcpkg-ci-skia",
  "version-date": "2023-04-03",
  "description": "Builds an app in order to validate the skia port.",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "skia",
      "default-features": false
    },
    {
      "name": "skia",
      "default-features": false,
      "features": [
        "metal"
      ],
      "platform": "osx"
    },
    {
      "name": "skia",
      "default-features": false,
      "features": [
        "graphite"
      ],
      "platform": "windows & !uwp"
    },
    {
      "name": "skia",
      "default-features": false,
      "features": [
        "dawn"
      ],
      "platform": "!android & !uwp"
    },
    {
      "name": "skia",
      "default-features": false,
      "features": [
        "vulkan"
      ],
      "platform": "linux | osx | (windows & !uwp)"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}