zenresize 0.1.0

High-quality image resampling with 31 filters, streaming API, and SIMD acceleration
Documentation
1
2
3
4
5
fn main() {
    // Required by tango-bench: export symbols for dynamic linking from benchmarks
    println!("cargo:rustc-link-arg-benches=-rdynamic");
    println!("cargo:rerun-if-changed=build.rs");
}