4 lines
59 B
Rust
4 lines
59 B
Rust
|
fn main() {
|
||
|
println!("cargo:rustc-link-lib=Imlib2");
|
||
|
}
|