vcpkg/ports/mozjpeg/vcpkg.json
JonLiu1993 bfe4e3a0b3
[mozjpeg] Update to latest commit (#20401)
* [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>
2021-09-29 08:39:58 -07:00

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
}
]
}