fix: use image feature of jxl-oxide to fix image decoding error
This commit is contained in:
parent
1a37a81b66
commit
fbe004b031
3 changed files with 24 additions and 77 deletions
|
|
@ -21,7 +21,7 @@ futures-lite = "2.6.0"
|
|||
futures-util = "0.3.31"
|
||||
image = "0.25.6"
|
||||
infer = "0.19.0"
|
||||
jxl-oxide = "0.12.2"
|
||||
jxl-oxide = { version = "0.12.4", features = ["image"] }
|
||||
tokio = { version = "1.47.0", features = ["sync"] }
|
||||
tracing = "0.1.41"
|
||||
walkdir = "=2.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue