aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdl2-image/vcpkg.json
blob: 7e11673fc66240b8aa6056de54d773880c7a36c3 (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
49
50
51
52
{
  "name": "sdl2-image",
  "version": "2.8.8",
  "port-version": 2,
  "description": "SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV",
  "homepage": "https://github.com/libsdl-org/SDL_image",
  "license": "Zlib",
  "dependencies": [
    "libpng",
    {
      "name": "sdl2",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "avif": {
      "description": "Support for AVIF image format",
      "dependencies": [
        "libavif"
      ]
    },
    "libjpeg-turbo": {
      "description": "Support for JPEG image format",
      "dependencies": [
        "libjpeg-turbo"
      ]
    },
    "libwebp": {
      "description": "Support for WEBP image format.",
      "dependencies": [
        "libwebp"
      ]
    },
    "tiff": {
      "description": "Support for TIFF image format",
      "dependencies": [
        {
          "name": "tiff",
          "default-features": false
        }
      ]
    }
  }
}