Merge branch 'rustdesk:main' into main

This commit is contained in:
lichon
2025-11-13 21:00:36 +08:00
committed by GitHub
4 changed files with 103 additions and 0 deletions

View File

@@ -90,3 +90,8 @@ winapi = { version = "0.3", features = [
[target.'cfg(target_os = "macos")'.dependencies]
osascript = "0.3"
[target.'cfg(target_os = "linux")'.dependencies]
sctk = { package = "smithay-client-toolkit", version = "0.20.0", default-features = false, features = [
"calloop",
] }