muda/examples/windows-common-controls-v6/build.rs
2023-06-19 21:58:45 +03:00

5 lines
92 B
Rust

fn main() {
#[cfg(target_os = "windows")]
embed_resource::compile("manifest.rc");
}