vcpkg/ports/sail/vcpkg.json
2020-12-11 14:17:43 -08:00

14 lines
339 B
JSON

{
"name": "sail",
"version-string": "0.9.0-pre10",
"description": "The missing small and fast image decoding library for humans (not for machines)",
"homepage": "https://github.com/smoked-herring/sail",
"supports": "windows & !static & !uwp",
"dependencies": [
"giflib",
"libjpeg-turbo",
"libpng",
"tiff"
]
}