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