Skip to content

[3.1.0] - 2024-12-04

Latest
Compare
Choose a tag to compare
@Cykooz Cykooz released this 04 Dec 19:02

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.

Fixes

  • Deleted layout tests from bindings.rs (#8).