vcpkg/ports/sail/vcpkg.json
Dmitry Baryshev d286ed336d
[sail] Update to 0.9.0-pre15 (#19724)
* [sail] Update to v0.9.0-pre15

* [sail] vcpkg x-add-version --all
2021-08-24 14:49:58 -07:00

24 lines
478 B
JSON

{
"name": "sail",
"version-semver": "0.9.0-pre15",
"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",
"libavif",
"libjpeg-turbo",
"libpng",
"libwebp",
"tiff",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}