mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-22 20:57:46 +00:00
4 lines
67 B
Rust
4 lines
67 B
Rust
|
fn main() {
|
||
|
println!("cargo:rustc-link-lib=dylib=unshield");
|
||
|
}
|