6 lines
159 B
Rust
6 lines
159 B
Rust
fn main() {
|
|
if std::env::var("CARGO_CFG_TARGET_OS").unwrap() == "windows" {
|
|
embed_resource::compile("resources.rc", embed_resource::NONE);
|
|
}
|
|
}
|