mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
bfe4e3a0b3
* [mozjpeg] Update to latest commit * update version * Convert patch format * update version * Add double quotes * update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
18 lines
532 B
JSON
18 lines
532 B
JSON
{
|
|
"name": "mozjpeg",
|
|
"version-date": "2021-09-27",
|
|
"description": "MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders. It's compatible with libjpeg API and ABI, and can be used as a drop-in replacement for libjpeg.",
|
|
"homepage": "https://github.com/mozilla/mozjpeg",
|
|
"dependencies": [
|
|
"libpng",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|