aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdl3-image/vcpkg.json
blob: 3d2b0467b53f708bd0f562af006605b5b02c4ad8 (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
{
  "name": "sdl3-image",
  "version": "3.2.4",
  "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": [
    {
      "name": "sdl3",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "jpeg": {
      "description": "Support for JPEG image format",
      "dependencies": [
        "libjpeg-turbo"
      ]
    },
    "png": {
      "description": "Support for PNG image format",
      "dependencies": [
        "libpng"
      ]
    },
    "tiff": {
      "description": "Support for TIFF image format",
      "dependencies": [
        {
          "name": "tiff",
          "default-features": false
        }
      ]
    },
    "webp": {
      "description": "Support for WEBP image format.",
      "dependencies": [
        "libwebp"
      ]
    }
  }
}