mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
feat(image): upgrade libwebp to 0.7 (#22)
This commit is contained in:
parent
9b74328118
commit
d3cde1c0e2
@ -38,7 +38,7 @@ libavif = { version = "0.10", default-features = false, features = [
|
||||
"codec-aom",
|
||||
] }
|
||||
libc = "0.2"
|
||||
libwebp-sys = { version = "0.6", features = ["avx2", "sse41", "neon"] }
|
||||
libwebp-sys = { version = "0.7", features = ["avx2", "sse41", "neon"] }
|
||||
lodepng = "3"
|
||||
napi = { version = "2", default-features = false, features = ["napi3"] }
|
||||
napi-derive = { version = "2", default-features = false, features = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user