chore: switch to tao branch that disables gtk menu creation

This commit is contained in:
amrbashir 2022-06-05 15:13:56 +02:00
parent f5fb8b1df6
commit fc7b519b6a
No known key found for this signature in database
GPG key ID: BBD7A47A2003FF33

View file

@ -31,8 +31,7 @@ gtk = "0.15"
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24" cocoa = "0.24"
objc = "0.2" objc = "0.2"
#core-graphics = "0.22"
[dev-dependencies] [dev-dependencies]
winit = "0.26" winit = "0.26"
tao = { path = "../tao", default-features = false } tao = { git = "https://github.com/tauri-apps/tao", branch = "muda/disable-gtk-menu-creation" }