1 2 3 4 5
extern crate cc; fn main() { cc::Build::new().file("vendor/lodepng.c").compile("lodepng"); }