aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-sdl3-image/vcpkg.json
blob: 369e623eba9aaab1ddc47daffe51518eb1c44964 (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
{
  "name": "vcpkg-ci-sdl3-image",
  "version-string": "ci",
  "description": "Port to force features of sdl3-image within CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "sdl3-image",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "default-features": [
    "all"
  ],
  "features": {
    "all": {
      "description": "Test all features",
      "dependencies": [
        {
          "name": "sdl3-image",
          "features": [
            "jpeg",
            "png",
            "tiff",
            "webp"
          ]
        }
      ]
    }
  }
}