feat(image): upgrade libwebp to 0.7 (#22)

This commit is contained in:
LongYinan 2022-08-22 11:47:36 +08:00 committed by GitHub
parent 9b74328118
commit d3cde1c0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [