change to rustdesk/rdev and remove warn

This commit is contained in:
rustdesk
2022-12-08 20:08:33 +08:00
parent fa3618f406
commit 22d071d2ef
3 changed files with 27 additions and 4 deletions

View File

@@ -21,8 +21,9 @@
use super::{video_qos::VideoQoS, *};
#[cfg(windows)]
use crate::portable_service::client::PORTABLE_SERVICE_RUNNING;
#[cfg(windows)]
use hbb_common::get_version_number;
use hbb_common::{
get_version_number,
tokio::sync::{
mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender},
Mutex as TokioMutex,