lodepng 0.13.2

Reading and writing PNG files without external dependencies. Wrapper for lodepng.
Documentation
1
2
3
4
5
6
7
fn main() {
    if !std::process::Command::new("make")
        .status().unwrap().success() {
        panic!("Script failed");
    }
    println!("cargo:rustc-flags=-L {}", std::env::var("OUT_DIR").unwrap());
}