You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling libheif-rs v1.0.2
error[E0063]: missing fields `preload_range_hint`, `release_error_msg`, `release_file_range` and 1 other field in initializer of `heif_reader`
--> /usr/src/debug/glycin/build/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libheif-rs-1.0.2/src/reader.rs:104:50
|
104 | pub(crate) static HEIF_READER: lh::heif_reader = lh::heif_reader {
| ^^^^^^^^^^^^^^^ missing `preload_range_hint`, `release_error_msg`, `release_file_range` and 1 other field
For more information about this error, try `rustc --explain E0063`.
error: could not compile `libheif-rs` (lib) due to 1 previous error```
The text was updated successfully, but these errors were encountered:
At the moment I haven't finished a version of libheif-rs with support for libheif 1.19.
However, if you are using Linux on x86_64 architecture, you can use the current version of libheif-rs with libheif 1.19 if you disable the default features of the crate in your Cargo.toml.:
There appears to be some API changes: strukturag/libheif@ecdeb8f#diff-3d7d4ade3135524be963ec0b461e86d0b1fbfef0c1083a1f2230811a92ac9a17R77
The text was updated successfully, but these errors were encountered: