7 lines
138 B
Rust
7 lines
138 B
Rust
pub fn main() {
|
|
#[cfg(all(target_os = "windows"))]
|
|
{
|
|
// println!("cargo:rustc-link-arg=/DELAYLOAD:D3DX9_43.dll");
|
|
}
|
|
}
|