mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +11:00
chore: switch to tao
branch that disables gtk menu creation
This commit is contained in:
parent
f5fb8b1df6
commit
fc7b519b6a
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue