leanshot/imlib2-sys/build.rs
2018-09-11 16:58:16 -05:00

4 lines
59 B
Rust

fn main() {
println!("cargo:rustc-link-lib=Imlib2");
}