feat: workshop plugins

This commit is contained in:
neoapps-dev
2026-06-14 18:59:35 +03:00
parent 8e27a4bed1
commit 0f3ddae8c7
6 changed files with 318 additions and 32 deletions
+2
View File
@@ -98,6 +98,8 @@ pub fn run() {
relay::join_game,
plugins::get_plugins_dir,
plugins::list_directory,
plugins::create_plugin_dir,
plugins::remove_plugin_dir,
])
.setup(|app| {
let app_handle = app.handle().clone();