vcpkg/ports/sail/vcpkg.json
Dmitry Baryshev a4782d3fac
[sail] Update 0.9.0-pre11 -> 0.9.0-pre12 (#16806)
* [sail] update to v0.9.0-pre12

* [sail] update usage

* [sail] move C++ configs

* [sail] use new 0.9.0-pre12 tag

* [sail] vcpkg x-add-version sail

* [sail] version-string -> version-semver

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

* [sail] Update port version to 1

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

* [sail] Update versions/s-/sail.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 11:42:13 -07:00

15 lines
340 B
JSON

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