mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
28 lines
530 B
JSON
28 lines
530 B
JSON
{
|
|
"name": "libjxl",
|
|
"version-semver": "0.11.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"
|
|
]
|
|
}
|
|
}
|
|
}
|