Skip to content

Commit

Permalink
refactor(core): global shortcut is now provided by tao (#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jun 21, 2021
1 parent f7d21a4 commit 3280c4a
Show file tree
Hide file tree
Showing 20 changed files with 375 additions and 155 deletions.
5 changes: 5 additions & 0 deletions .changes/global-shortcut-refactor.md
@@ -0,0 +1,5 @@
---
"tauri": patch
---

**Breaking change**: The global shortcut API is now managed by `tao` so it cannot be accessed globally, the manager is now exposed on the `App` and `AppHandle` structs.
6 changes: 6 additions & 0 deletions .changes/runtime-global-shortcut.md
@@ -0,0 +1,6 @@
---
"tauri-runtime": patch
"tauri-runtime-wry": patch
---

Adds global shortcut interfaces.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -25,7 +25,7 @@ members = [
]

[patch.crates-io]
tao = { git = "https://github.com/tauri-apps/tao", rev = "66360eea4ec6af8a52afcebb7700f486a0092168" }
tao = { git = "https://github.com/tauri-apps/tao", rev = "01fc43b05ea41463d512c0e3497971edc543ac9d" }

# default to small, optimized workspace release binaries
[profile.release]
Expand Down

0 comments on commit 3280c4a

Please sign in to comment.