diff options
| author | 2026-01-21 14:53:27 +0800 | |
|---|---|---|
| committer | 2026-01-21 14:53:27 +0800 | |
| commit | 2572c65ef7a3dcfa6f44458914ab0614dfd82e7a (patch) | |
| tree | 9a3d2789cced17460e1f678d412e80a4c553522c /src-tauri/src/main.rs | |
| parent | cfad1f27e2830cee28de480de58fff91d05b9cf8 (diff) | |
| download | DropOut-2572c65ef7a3dcfa6f44458914ab0614dfd82e7a.tar.gz DropOut-2572c65ef7a3dcfa6f44458914ab0614dfd82e7a.zip | |
fix(fabric): Add untagged attribute to FabricMainClass enum export
Diffstat (limited to 'src-tauri/src/main.rs')
| -rw-r--r-- | src-tauri/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 985b3f2..cee7d45 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -4,7 +4,7 @@ use serde::{Deserialize, Serialize}; use std::process::Stdio; use std::sync::Mutex; -use tauri::{Emitter, Manager, State, Window}; // Added Emitter +use tauri::{Emitter, Manager, State, Window}; use tokio::io::{AsyncBufReadExt, BufReader}; use tokio::process::Command; use ts_rs::TS; |