Update Tauri Context Menu plugin

This commit is contained in:
Naman Garg 2024-02-15 02:47:01 +05:30 committed by GitHub
parent 52390c9391
commit 5972ff5153
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

8
Cargo.lock generated
View File

@ -5547,17 +5547,21 @@ dependencies = [
[[package]] [[package]]
name = "tauri-plugin-context-menu" name = "tauri-plugin-context-menu"
version = "0.5.0" version = "0.7.0"
source = "git+https://github.com/gitbutlerapp/tauri-plugin-context-menu?branch=main#4fd0410a48defc8ad21d6142181f490ed02fdefb" source = "git+https://github.com/c2r0b/tauri-plugin-context-menu?branch=main#0845b1564806c5885d8d915b2ad7ac86c16f634d"
dependencies = [ dependencies = [
"cocoa", "cocoa",
"dispatch", "dispatch",
"gdk",
"glib",
"gtk",
"image", "image",
"lazy_static", "lazy_static",
"libc", "libc",
"objc", "objc",
"serde", "serde",
"tauri", "tauri",
"time",
"winapi", "winapi",
] ]

View File

@ -66,7 +66,7 @@ slug = "0.1.5"
ssh-key = { version = "0.6.4", features = [ "alloc", "ed25519" ] } ssh-key = { version = "0.6.4", features = [ "alloc", "ed25519" ] }
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] } 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 = { 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-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-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" } tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }