chore(deps): use published tauri-hotkey crate (#1470)

This commit is contained in:
Lucas Fernandes Nogueira
2021-04-13 01:55:16 -03:00
committed by GitHub
parent 64d7625b28
commit b359444317

View File

@@ -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"