diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 50febe3..ecaa65f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -17,7 +17,7 @@ tauri-build = { version = "2", features = [] } [dependencies] serde_json = "1.0.109" serde = { version = "1.0.193", features = ["derive"] } -tauri = { version = "2", features = ["devtools", "wry"] } +tauri = { version = "2", features = ["devtools", "wry", "tray-icon", "image-png"] } tauri-plugin-localhost = "2" tauri-plugin-window-state = "2" tauri-plugin-clipboard-manager = "2"