|
|
@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
|
|
|
|
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
|
|
|
|
use std::{marker::PhantomData, path::PathBuf, sync::Arc};
|
|
|
|
use std::{marker::PhantomData, path::PathBuf, sync::Arc};
|
|
|
|
|
|
|
|
|
|
|
|
use tauri::{ipc::ScopeObject, utils::acl::Value, AppHandle, Manager, Runtime};
|
|
|
|
use tauri::{ipc::ScopeObject, utils::acl::Value, AppHandle, Manager, Runtime};
|
|
|
|