mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 12:21:28 +03:00
add: initial plugin manager
This commit is contained in:
@@ -43,6 +43,11 @@ mod license;
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
mod port_forward;
|
||||
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
mod plugins;
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
mod api;
|
||||
|
||||
mod tray;
|
||||
|
||||
mod ui_cm_interface;
|
||||
|
||||
Reference in New Issue
Block a user