mirror of
https://github.com/brockar/medars.git
synced 2026-01-11 15:01:00 -03:00
5 lines
96 B
Rust
5 lines
96 B
Rust
fn main() {
|
|
// Link to exiv2 for rexiv2
|
|
println!("cargo:rustc-link-lib=dylib=exiv2");
|
|
}
|