FIX: lib.rs — import tauri::Manager (can manage/state)

This commit is contained in:
2026-08-08 10:04:58 +00:00
parent bb699631bf
commit e978abf0e9
+1
View File
@@ -1,4 +1,5 @@
// SonicForge DAW — desktop shell: spawn/terminate daw_engine.exe sidecar.
use tauri::Manager;
use tauri_plugin_shell::process::CommandChild;
use tauri_plugin_shell::ShellExt;
use std::sync::Mutex;