mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(deps): use published tauri-hotkey crate (#1470)
This commit is contained in:
committed by
GitHub
parent
64d7625b28
commit
b359444317
@@ -50,7 +50,7 @@ bytes = { version = "1", features = ["serde"] }
|
||||
http = "0.2"
|
||||
clap = { version = "=3.0.0-beta.2", optional = true }
|
||||
notify-rust = { version = "4.3.0", optional = true }
|
||||
tauri-hotkey = { git = "https://github.com/tauri-apps/tauri-hotkey-rs", branch = "dev", optional = true }
|
||||
tauri-hotkey = { version = "0.1.0", optional = true }
|
||||
open = "1.6.0"
|
||||
shared_child = "0.3"
|
||||
os_pipe = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user