7 lines
169 B
Rust
7 lines
169 B
Rust
#[cfg(target_os = "windows")]
|
|
extern crate embed_resource;
|
|
|
|
fn main() {
|
|
#[cfg(target_os = "windows")]
|
|
embed_resource::compile("tray.rc", embed_resource::NONE);
|
|
} |