move clipboard in common.rs to clipboard.rs

This commit is contained in:
rustdesk
2024-07-01 02:14:58 +08:00
parent 14343e89d4
commit e71d86c124
7 changed files with 432 additions and 447 deletions

View File

@@ -47,6 +47,8 @@ mod custom_server;
mod lang;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
mod port_forward;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
mod clipboard;
#[cfg(all(feature = "flutter", feature = "plugin_framework"))]
#[cfg(not(any(target_os = "android", target_os = "ios")))]