|
|
@ -2,8 +2,6 @@
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
|
|
|
|
use std::sync::Arc;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use tauri::{
|
|
|
|
use tauri::{
|
|
|
|
plugin::{Builder, PluginApi, TauriPlugin},
|
|
|
|
plugin::{Builder, PluginApi, TauriPlugin},
|
|
|
|
AppHandle, EventId, Listener, Manager, Runtime,
|
|
|
|
AppHandle, EventId, Listener, Manager, Runtime,
|
|
|
|