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