mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:29:53 +08:00
6bf5ffffe8
* [brotli] Update to v1.1.0 * Fix dependent ports * [Freetype] Always link brotli common
29 lines
550 B
JSON
29 lines
550 B
JSON
{
|
|
"name": "libjxl",
|
|
"version-semver": "0.8.2",
|
|
"port-version": 1,
|
|
"description": "JPEG XL image format reference implementation",
|
|
"homepage": "https://github.com/libjxl/libjxl",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"brotli",
|
|
"highway",
|
|
"lcms",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build user tools: cjxl and djxl",
|
|
"dependencies": [
|
|
"giflib",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|