1
0
Fork 0
mirror of https://github.com/italicsjenga/muda.git synced 2025-02-03 22:56:33 +11:00
muda/examples/windows-common-controls-v6/build.rs
2023-06-19 21:58:45 +03:00

4 lines
92 B
Rust

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