// build.rs use winres::WindowsResource; fn main() { WindowsResource::new() .set_manifest(r#" "#) .compile().unwrap(); }