mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
Update Tauri Context Menu plugin
This commit is contained in:
parent
52390c9391
commit
5972ff5153
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -5547,17 +5547,21 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-context-menu"
|
||||
version = "0.5.0"
|
||||
source = "git+https://github.com/gitbutlerapp/tauri-plugin-context-menu?branch=main#4fd0410a48defc8ad21d6142181f490ed02fdefb"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/c2r0b/tauri-plugin-context-menu?branch=main#0845b1564806c5885d8d915b2ad7ac86c16f634d"
|
||||
dependencies = [
|
||||
"cocoa",
|
||||
"dispatch",
|
||||
"gdk",
|
||||
"glib",
|
||||
"gtk",
|
||||
"image",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"objc",
|
||||
"serde",
|
||||
"tauri",
|
||||
"time",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
|
@ -66,7 +66,7 @@ slug = "0.1.5"
|
||||
ssh-key = { version = "0.6.4", features = [ "alloc", "ed25519" ] }
|
||||
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }
|
||||
tauri = { version = "1.5.4", features = ["dialog-open", "fs-read-file", "path-all", "process-relaunch", "protocol-asset", "shell-open", "system-tray", "window-maximize", "window-start-dragging", "window-unmaximize"] }
|
||||
tauri-plugin-context-menu = { git = "https://github.com/gitbutlerapp/tauri-plugin-context-menu", branch = "main" }
|
||||
tauri-plugin-context-menu = { git = "https://github.com/c2r0b/tauri-plugin-context-menu", branch = "main" }
|
||||
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
||||
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
||||
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
||||
|
Loading…
Reference in New Issue
Block a user