Skip to content

Commit

Permalink
refactor(core): remove global shortcut APIs (#6737)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Apr 18, 2023
1 parent db9c12c commit 3f17ee8
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 734 deletions.
8 changes: 8 additions & 0 deletions .changes/remove-global-shortcut.md
@@ -0,0 +1,8 @@
---
"api": patch
"tauri": patch
"tauri-runtime": patch
"tauri-runtime-wry": patch
---

Moved the `global-shortcut` feature to its own plugin in the plugins-workspace repository.
1 change: 0 additions & 1 deletion core/tauri-runtime-wry/Cargo.toml
Expand Up @@ -48,5 +48,4 @@ macos-private-api = [
"tauri-runtime/macos-private-api"
]
objc-exception = [ "wry/objc-exception" ]
global-shortcut = [ "tauri-runtime/global-shortcut" ]
linux-headers = [ "wry/linux-headers", "webkit2gtk/v2_36" ]
164 changes: 0 additions & 164 deletions core/tauri-runtime-wry/src/global_shortcut.rs

This file was deleted.

0 comments on commit 3f17ee8

Please sign in to comment.