From fc7b519b6a677c8049d04b126f7a229f604daa69 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sun, 5 Jun 2022 15:13:56 +0200 Subject: [PATCH] chore: switch to `tao` branch that disables gtk menu creation --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 089cb30..9eab83d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,7 @@ gtk = "0.15" [target.'cfg(target_os = "macos")'.dependencies] cocoa = "0.24" objc = "0.2" -#core-graphics = "0.22" [dev-dependencies] winit = "0.26" -tao = { path = "../tao", default-features = false } +tao = { git = "https://github.com/tauri-apps/tao", branch = "muda/disable-gtk-menu-creation" }