remove plugin

This commit is contained in:
Fractal-Tess
2022-12-21 02:56:30 +02:00
parent 059e8c29f3
commit 1565df2ffd
3 changed files with 1 additions and 16 deletions

13
src-tauri/Cargo.lock generated
View File

@@ -2522,7 +2522,6 @@ dependencies = [
"sha2",
"tauri",
"tauri-build",
"tauri-plugin-store",
"tauri-plugin-window-state",
]
@@ -2729,18 +2728,6 @@ dependencies = [
"tauri-utils",
]
[[package]]
name = "tauri-plugin-store"
version = "0.0.0"
source = "git+https://github.com/tauri-apps/tauri-plugin-store?branch=dev#9bd993aa67766596638bbfd91e79a1bf8f632014"
dependencies = [
"log",
"serde",
"serde_json",
"tauri",
"thiserror",
]
[[package]]
name = "tauri-plugin-window-state"
version = "0.1.0"