libheif-sys icon indicating copy to clipboard operation
libheif-sys copied to clipboard

Rust bindings to libheif-dev

Results 2 libheif-sys issues
Sort by recently updated
recently updated
newest added

I get the following error while trying to compile: ``` note: ld: warning: ignoring duplicate libraries: '-lm' ld: library 'stdc++' not found clang: error: linker command failed with exit code...

``` RUSTFLAGS='-C target-feature=+crt-static' cargo build --features=compile-libheif Updating crates.io index Locking 2 packages to latest compatible versions Updating bindgen v0.70.1 -> v0.71.1 Updating rustc-hash v1.1.0 -> v2.1.0 Downloaded rustc-hash v2.1.0 Downloaded...