mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
5 lines
84 B
Rust
5 lines
84 B
Rust
extern crate embed_resource;
|
|
|
|
fn main() {
|
|
embed_resource::compile("icon.rc");
|
|
}
|