Skip to content

Commit 3f17ee8

Browse files
authored
refactor(core): remove global shortcut APIs (#6737)
1 parent db9c12c commit 3f17ee8

File tree

17 files changed

+19
-734
lines changed

17 files changed

+19
-734
lines changed

.changes/remove-global-shortcut.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"api": patch
3+
"tauri": patch
4+
"tauri-runtime": patch
5+
"tauri-runtime-wry": patch
6+
---
7+
8+
Moved the `global-shortcut` feature to its own plugin in the plugins-workspace repository.

core/tauri-runtime-wry/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ macos-private-api = [
4848
"tauri-runtime/macos-private-api"
4949
]
5050
objc-exception = [ "wry/objc-exception" ]
51-
global-shortcut = [ "tauri-runtime/global-shortcut" ]
5251
linux-headers = [ "wry/linux-headers", "webkit2gtk/v2_36" ]

core/tauri-runtime-wry/src/global_shortcut.rs

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)