fix: win11 drag lag

This commit is contained in:
GyDi
2022-05-09 14:41:26 +08:00
committed by GitHub
parent df0b5a80dc
commit 6596fb00c7
5 changed files with 79 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ port_scanner = "0.1.5"
[target.'cfg(windows)'.dependencies]
runas = "0.2.1"
deelevate = "0.2.0"
windows-sys = "0.36"
winreg = { version = "0.10", features = ["transactions"] }
[features]