vcpkg/ports/sail/vcpkg.json
Dmitry Baryshev cc18a51ed3
[sail] Update to 0.9.0-pre16 (#20046)
* [sail] Update to v0.9.0-pre16

* [sail] vcpkg x-add-version --all

* [sail] Update git REPO

* [sail] vcpkg x-add-version --all --overwrite-version
2021-09-09 21:17:59 -07:00

24 lines
475 B
JSON

{
"name": "sail",
"version-semver": "0.9.0-pre16",
"description": "The missing small and fast image decoding library for humans (not for machines)",
"homepage": "https://github.com/HappySeaFox/sail",
"supports": "!uwp",
"dependencies": [
"giflib",
"libavif",
"libjpeg-turbo",
"libpng",
"libwebp",
"tiff",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}