lock file and licenese headers

pull/2019/head
amrbashir 9 months ago
parent fe2fdee60b
commit 8555563919
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
use tauri::{ use tauri::{
ipc::{CommandScope, GlobalScope}, ipc::{CommandScope, GlobalScope},
AppHandle, Runtime, AppHandle, Runtime,

@ -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::path::Path; use std::path::Path;
/// Show /// Show

@ -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};

@ -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::path::PathBuf; use std::path::PathBuf;
use serde::Deserialize; use serde::Deserialize;

@ -97,7 +97,7 @@ importers:
specifier: 2.0.0 specifier: 2.0.0
version: link:../../plugins/notification version: link:../../plugins/notification
'@tauri-apps/plugin-opener': '@tauri-apps/plugin-opener':
specifier: 2.0.0 specifier: 1.0.0
version: link:../../plugins/opener version: link:../../plugins/opener
'@tauri-apps/plugin-os': '@tauri-apps/plugin-os':
specifier: 2.0.0 specifier: 2.0.0

Loading…
Cancel
Save