6 lines
81 B
Rust
6 lines
81 B
Rust
use windres::Build;
|
|
|
|
fn main() {
|
|
Build::new().compile("icon.rc").unwrap();
|
|
}
|