mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 10:29:01 +08:00
0ea963c7e7
* [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/
14 lines
319 B
JSON
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"
|
|
]
|
|
}
|