feat: add global_shortcut module
This commit is contained in:
parent
e638b5c289
commit
db6a72cbdd
4 changed files with 179 additions and 13 deletions
|
@ -8,6 +8,8 @@ pub mod clipboard;
|
|||
pub mod dialog;
|
||||
#[cfg(feature = "event")]
|
||||
pub mod event;
|
||||
#[cfg(feature = "global_shortcut")]
|
||||
pub mod global_shortcut;
|
||||
#[cfg(feature = "mocks")]
|
||||
pub mod mocks;
|
||||
#[cfg(feature = "notification")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue