vcpkg/ports/sail/vcpkg.json

14 lines
319 B
JSON
Raw Normal View History

2020-12-12 06:17:43 +08:00
{
"name": "sail",
"version-semver": "0.9.0-pre13",
2020-12-12 06:17:43 +08:00
"description": "The missing small and fast image decoding library for humans (not for machines)",
"homepage": "https://github.com/smoked-herring/sail",
"supports": "!uwp",
2020-12-12 06:17:43 +08:00
"dependencies": [
"giflib",
"libjpeg-turbo",
"libpng",
"tiff"
]
}