mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-10 14:51:05 +03:00
6 lines
84 B
Rust
6 lines
84 B
Rust
extern crate embed_resource;
|
|
|
|
fn main() {
|
|
embed_resource::compile("icon.rc");
|
|
}
|