opt: catch error of grab

This commit is contained in:
Asura
2022-12-11 06:22:24 -08:00
parent bdd0fbbe6c
commit 941b7a365b
3 changed files with 12 additions and 32 deletions

View File

@@ -63,7 +63,7 @@ default-net = "0.11.0"
wol-rs = "0.9.1"
flutter_rust_bridge = { git = "https://github.com/SoLongAndThanksForAllThePizza/flutter_rust_bridge", optional = true }
errno = "0.2.8"
rdev = { git = "https://github.com/rustdesk/rdev" }
rdev = { git = "https://github.com/asur4s/rdev" }
url = { version = "2.1", features = ["serde"] }
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features=false }