mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-02 16:13:27 +00:00
8 lines
180 B
Rust
8 lines
180 B
Rust
fn main() {
|
|
#[cfg(windows)]
|
|
{
|
|
let mut res = winres::WindowsResource::new();
|
|
res.set_icon("cartethyia.ico");
|
|
res.compile().unwrap();
|
|
}
|
|
}
|