vcpkg/ports/libjxl/vcpkg.json
Clinton Ingram 41b17b8090
[libjxl] Update to 0.8.1 (#29862)
* update libjxl to 0.8.1

* update baseline
2023-02-28 10:04:46 -08:00

28 lines
529 B
JSON

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