From 6bd623c020c7cad658a0259149f7c2925a7d33d0 Mon Sep 17 00:00:00 2001 From: Vanalite Date: Tue, 30 Sep 2025 17:19:58 +0700 Subject: [PATCH] fix: Fix cargo test --- src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 562d9c67e..43738b032 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -43,6 +43,7 @@ test-tauri = [ "tauri/macos-private-api", "tauri/tray-icon", "tauri/test", + "desktop", ] [build-dependencies]