1 2 3 4 5 6 7
fn main() { #[cfg(windows)] { // Embed application ICON embed_resource::compile("windows_icon.rc"); } }