add: rustdesk linux flutter build cmake

This commit is contained in:
Kingtous
2022-05-24 09:32:40 +08:00
parent b482bbb0a9
commit 26281d95f6
2 changed files with 22 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ async-process = "1.3"
android_logger = "0.11"
jni = "0.19.0"
[target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies]
[target.'cfg(any(target_os = "android", target_os = "ios", target_os = "linux"))'.dependencies]
flutter_rust_bridge = "1.30.0"
[workspace]