aboutsummaryrefslogtreecommitdiff
path: root/ports/sail/vcpkg.json
blob: 13d3a73659ec66994cee9d5a68dce7b0201d8fc5 (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
{
  "name": "sail",
  "version-semver": "0.9.0-pre17",
  "description": "The missing small and fast image decoding library for humans (not for machines)",
  "homepage": "https://github.com/HappySeaFox/sail",
  "supports": "!uwp",
  "dependencies": [
    "giflib",
    "jasper",
    "libavif",
    "libjpeg-turbo",
    "libpng",
    "libwebp",
    "tiff",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}