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