Skip to content

[2.2.0] - 2024-11-14

Compare
Choose a tag to compare
@Cykooz Cykooz released this 02 Dec 20:59
· 15 commits to master since this release

Changes

  • .h files from libheif was embedded in the crate sources.

  • Changed build.rs to use embedded .h files for the bindgen build stage
    instead of .h files from the installed libheif library.

    Now you can link the crate with any version of libheif
    that is backward compatible with the version supported by the crate.