rwm/build.rs

7 lines
60 B
Rust
Raw Normal View History

2024-07-23 11:27:31 +00:00
fn main() {
println!("cargo::rustc-link-lib=x11");
}