vcpkg/ports/libjxl/vcpkg.json
Nick e3a3942a9e
[libjxl][lcms][highway] update to latest version (#27593)
* [highway] update to 1.0.2

* [lcms] update to 2.14

* [libjxl] update to 0.7.0
2022-11-03 15:14:09 -07:00

28 lines
529 B
JSON

{
"name": "libjxl",
"version-semver": "0.7.0",
"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"
]
}
}
}