mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:49:44 +08:00
a4782d3fac
* [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>
15 lines
340 B
JSON
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"
|
|
]
|
|
}
|