more fix on linux

This commit is contained in:
rustdesk
2021-05-02 22:55:50 +08:00
parent 2adc774d8a
commit b5e8b9ee0d
5 changed files with 12 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ cpal = { git = "https://github.com/rustaudio/cpal" }
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
machine-uid = "0.2"
mac_address = "1.1"
sciter-rs = { git = "https://github.com/sciter-sdk/rust-sciter" }
sciter-rs = { git = "https://github.com/sciter-sdk/rust-sciter", rev = "7702fb17290e76606bdd7010a0c3cbb32e85db76" }
[target.'cfg(target_os = "windows")'.dependencies]
systray = { path = "libs/systray-rs" }