From c408465549d23b2097867baff2ea038e991eea40 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 25 Jul 2024 16:08:53 +0100 Subject: fix(gui): double return on mac/linux (#2311) --- ui/backend/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/backend/Cargo.toml') diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index df7213ce..4d4646f8 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -34,6 +34,7 @@ vt100 = "0.15.2" bytes = "1.6.0" nix = "0.29.0" lazy_static = "1.5.0" +tauri-plugin-os = "2.0.0-beta.8" [target."cfg(target_os = \"macos\")".dependencies] cocoa = "0.25" -- cgit v1.3.1