mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-02 15:56:37 +00:00
7 lines
127 B
Rust
7 lines
127 B
Rust
fn main() {
|
|
hbb_common::gen_version();
|
|
if cfg!(target_os = "windows") {
|
|
static_vcruntime::metabuild();
|
|
}
|
|
}
|