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

5 lines
92 B
Rust
Raw Normal View History

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