mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
b50c57fca2
* Add libjxl port * Update CI baseline * Simplify cleanup * Switch to semver * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
23 lines
435 B
JSON
23 lines
435 B
JSON
{
|
|
"name": "libjxl",
|
|
"version-semver": "0.6.1",
|
|
"description": "JPEG XL image format reference implementation",
|
|
"homepage": "https://github.com/libjxl/libjxl",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"brotli",
|
|
"highway",
|
|
"lcms",
|
|
"lodepng",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build user tools: cjxl and djxl"
|
|
}
|
|
}
|
|
}
|