muda/examples/windows-common-controls-v6/build.rs

5 lines
92 B
Rust
Raw Normal View History

2023-06-20 04:58:45 +10:00
fn main() {
#[cfg(target_os = "windows")]
embed_resource::compile("manifest.rc");
}