add: initial plugin manager

This commit is contained in:
Kingtous
2023-04-08 17:46:47 +08:00
parent 400edabf5f
commit 0c049c585e
3 changed files with 93 additions and 0 deletions

View File

@@ -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;