mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
downgrade win manager, new one introduce api-ms-win-shcore-scaling-l1-1-1.dll, and seems slow
This commit is contained in:
parent
ffb11dce61
commit
2f16d4c662
@ -1495,7 +1495,7 @@ packages:
|
||||
description:
|
||||
path: "."
|
||||
ref: HEAD
|
||||
resolved-ref: "0728bd25ba1d625181573c26d3868efe21122190"
|
||||
resolved-ref: "2c4b242e668acf4e652b09b13f650bcfbbaa3871"
|
||||
url: "https://github.com/rustdesk-org/window_manager"
|
||||
source: git
|
||||
version: "0.3.4"
|
||||
|
@ -7,7 +7,7 @@ use std::{
|
||||
atomic::{AtomicUsize, Ordering},
|
||||
Arc, Mutex, RwLock,
|
||||
},
|
||||
time::{Duration, SystemTime},
|
||||
time::SystemTime,
|
||||
};
|
||||
|
||||
use async_trait::async_trait;
|
||||
|
Loading…
Reference in New Issue
Block a user