mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-06 01:43:40 +00:00
8 lines
No EOL
165 B
Rust
8 lines
No EOL
165 B
Rust
fn main() {
|
|
#[cfg(windows)]
|
|
{
|
|
let mut res = winres::WindowsResource::new();
|
|
res.set_icon("zani.ico");
|
|
res.compile().unwrap();
|
|
}
|
|
} |