2020-12-12 06:17:43 +08:00
|
|
|
{
|
|
|
|
"name": "sail",
|
2022-09-16 03:31:18 +08:00
|
|
|
"version-semver": "0.9.0-rc1",
|
2020-12-12 06:17:43 +08:00
|
|
|
"description": "The missing small and fast image decoding library for humans (not for machines)",
|
2021-09-10 12:17:59 +08:00
|
|
|
"homepage": "https://github.com/HappySeaFox/sail",
|
2022-02-08 10:59:19 +08:00
|
|
|
"license": "MIT",
|
2020-12-30 11:26:27 +08:00
|
|
|
"supports": "!uwp",
|
2020-12-12 06:17:43 +08:00
|
|
|
"dependencies": [
|
|
|
|
"giflib",
|
2021-10-07 18:34:38 +08:00
|
|
|
"jasper",
|
2021-07-27 01:57:24 +08:00
|
|
|
"libavif",
|
2020-12-12 06:17:43 +08:00
|
|
|
"libjpeg-turbo",
|
|
|
|
"libpng",
|
2021-08-25 05:49:58 +08:00
|
|
|
"libwebp",
|
2021-07-27 01:57:24 +08:00
|
|
|
"tiff",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2020-12-12 06:17:43 +08:00
|
|
|
]
|
|
|
|
}
|