mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
chore: edition 2024
This commit is contained in:
@@ -22,14 +22,14 @@ use std::{
|
||||
|
||||
use global_hotkey::GlobalHotKeyEvent;
|
||||
pub use global_hotkey::{
|
||||
hotkey::{Code, HotKey as Shortcut, Modifiers},
|
||||
GlobalHotKeyEvent as ShortcutEvent, HotKeyState as ShortcutState,
|
||||
hotkey::{Code, HotKey as Shortcut, Modifiers},
|
||||
};
|
||||
use serde::Serialize;
|
||||
use tauri::{
|
||||
AppHandle, Manager, Runtime, State,
|
||||
ipc::Channel,
|
||||
plugin::{Builder as PluginBuilder, TauriPlugin},
|
||||
AppHandle, Manager, Runtime, State,
|
||||
};
|
||||
|
||||
mod error;
|
||||
|
||||
Reference in New Issue
Block a user