lodepng 1.0.1

Reading and writing PNG files without system dependencies. Wrapper for lodepng.
Documentation
1
2
3
4
5
extern crate gcc;

fn main() {
    gcc::compile_library("liblodepng.a", &["vendor/lodepng.c"]);
}