Skip to content

Commit

Permalink
don't use bindgen for libheif
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Nov 9, 2024
1 parent 886c2f1 commit 134d46b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 111 deletions.
110 changes: 0 additions & 110 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ image = { version = "0.25.4", features = ["exr"] }
imagepipe = "0.5.0"
jpegxl-rs = { version = "0.11.0", default-features = false, features = ["image", "vendored"], optional = true }
lexical-sort = "0.3.1"
libheif-rs = { version = "1.0.1", optional = true }
libheif-rs = { version = "1.0.2", optional = true, default-features = false }
libwebp = { version = "0.1.2", features = ["static"] }
lru = "0.12.0"
mint = "0.5.9"
Expand Down

0 comments on commit 134d46b

Please sign in to comment.