mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-24 04:11:30 +11:00
5 lines
92 B
Rust
5 lines
92 B
Rust
|
fn main() {
|
||
|
#[cfg(target_os = "windows")]
|
||
|
embed_resource::compile("manifest.rc");
|
||
|
}
|