rustdesk
2022-01-09 19:56:24 +08:00
parent 089acaa6e7
commit 0a294d9ff3
6 changed files with 325 additions and 164 deletions

View File

@@ -54,7 +54,10 @@ sciter-rs = { git = "https://github.com/open-trade/rust-sciter", branch = "dyn"
ctrlc = "3.2"
arboard = "2.0"
clipboard-master = "3.1"
tigervnc = { git = "https://github.com/open-trade/tigervnc" }
#tigervnc = { path = "../tigervnc" }
#tigervnc = { git = "https://github.com/open-trade/tigervnc" }
#rdev = { path = "../rdev" }
rdev = { git = "https://github.com/open-trade/rdev" }
[target.'cfg(target_os = "windows")'.dependencies]
systray = { git = "https://github.com/liyue201/systray-rs" }