mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-03 03:19:27 +08:00
6 lines
84 B
Rust
6 lines
84 B
Rust
extern crate embed_resource;
|
|
|
|
fn main() {
|
|
embed_resource::compile("icon.rc");
|
|
}
|