vcpkg/ports/sail/vcpkg.json
Dmitry Baryshev 0ea963c7e7
[sail] Update to 0.9.0-pre13 (#17994)
* [sail] Update to v0.9.0-pre13

* [sail] vcpkg x-add-version sail

* [sail] Move SailManip configs

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

* [sail] Remove port-version

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

* [sail] Remove a duplicate 0.9.0-pre13 version under versions/
2021-05-21 00:44:26 -07:00

14 lines
319 B
JSON

{
"name": "sail",
"version-semver": "0.9.0-pre13",
"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"
]
}