@@ -0,0 +1,11 @@
use std::io;
#[cfg(windows)] use winres::WindowsResource;
fn main() -> io::Result<()> {
#[cfg(windows)] {
WindowsResource::new()
.set_icon("resources/logo.ico")
.compile()?;
}
Ok(())
The note is not visible to the blocked user.