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" }