mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 06:11:28 +03:00
prototype
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
fn main() {
|
||||
hbb_common::init_log(false, "");
|
||||
if let Err(err) = qemu_rustdesk::server::run() {
|
||||
hbb_common::log::error!("{err}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user