mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
use git instead of patching deps.sh
This commit is contained in:
@@ -558,8 +558,14 @@
|
||||
}
|
||||
},
|
||||
"libjxl": {
|
||||
"type": "ghtar",
|
||||
"repo": "libjxl/libjxl",
|
||||
"type": "git",
|
||||
"url": "https://github.com/libjxl/libjxl",
|
||||
"rev": "main",
|
||||
"submodules": [
|
||||
"third_party/highway",
|
||||
"third_party/sjpeg",
|
||||
"third_party/skcms"
|
||||
],
|
||||
"license": {
|
||||
"type": "file",
|
||||
"path": "LICENSE"
|
||||
|
||||
Reference in New Issue
Block a user