mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 12:49:01 +08:00
14 lines
319 B
JSON
14 lines
319 B
JSON
{
|
|
"name": "sail",
|
|
"version-string": "0.9.0-pre11",
|
|
"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"
|
|
]
|
|
}
|