aboutsummaryrefslogtreecommitdiff
path: root/ports/sail/vcpkg.json
blob: 72ad2a0ef45ef9396171595937c46544a4ada62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "sail",
  "version-string": "0.9.0-pre11",
  "description": "The missing small and fast image decoding library for humans (not for machines)",
  "homepage": "https://github.com/smoked-herring/sail",
  "supports": "!uwp",
  "dependencies": [
    "giflib",
    "libjpeg-turbo",
    "libpng",
    "tiff"
  ]
}