From a8e501cb79beef47bad7fd6f0a69dd0298a02f5b Mon Sep 17 00:00:00 2001 From: Asura Date: Tue, 13 Sep 2022 02:20:25 -0700 Subject: [PATCH] Fix compile error on Android --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d778cc279..95ae98409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,6 +61,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/asur4s/rdev" } [target.'cfg(not(target_os = "linux"))'.dependencies] reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features=false } @@ -75,7 +76,6 @@ sciter-rs = { git = "https://github.com/open-trade/rust-sciter", branch = "dyn" sys-locale = "0.2" enigo = { path = "libs/enigo", features = [ "with_serde" ] } clipboard = { path = "libs/clipboard" } -rdev = { git = "https://github.com/asur4s/rdev" } ctrlc = "3.2" arboard = "2.0" #minreq = { version = "2.4", features = ["punycode", "https-native"] }