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

View File

@@ -7,7 +7,7 @@ license = "MIT"
repository = "https://github.com/Fractal-Tess/Svelte-Tauri"
default-run = "svelte-tauri"
edition = "2021"
rust-version = "1.57"
rust-version = "1.65"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -18,7 +18,6 @@ tauri-build = { version = "1.2.1", features = [] }
serde_json = "1.0"
sha2 = "0.10.6"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/tauri-plugin-window-state", branch = "dev" }
tauri-plugin-store = { git = "https://github.com/tauri-apps/tauri-plugin-store", branch="dev" }
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.2", features = ["api-all", "devtools"] }