[GUI] Dont use plugins-workspace

This commit is contained in:
Ben C 2023-12-27 15:43:18 -05:00
parent f8778e648c
commit 816b4b6d79
No known key found for this signature in database
4 changed files with 3 additions and 7 deletions

6
Cargo.lock generated
View File

@ -3715,13 +3715,11 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-state"
version = "0.1.0"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#65ea3d9adfc0126043f659f30206cf69d787db86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f15dab0be2ce3ce8a57d0d2de17d201d0c2f3230d68981ff3f0942684de03eb"
dependencies = [
"bincode",
"bitflags 2.4.1",
"log",
"serde",
"serde_json",
"tauri",
"thiserror",
]

View File

@ -15,7 +15,6 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ../Cargo.lock;
outputHashes = {"tauri-plugin-window-state-0.1.0" = "sha256-3lFd3Wx+xglRX/Xy3zW8yBOwX7pYlFEwVxvPqYA9ewI=";};
};
nativeBuildInputs = [

View File

@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ../Cargo.lock;
outputHashes = {"tauri-plugin-window-state-0.1.0" = "sha256-3lFd3Wx+xglRX/Xy3zW8yBOwX7pYlFEwVxvPqYA9ewI=";};
};
nativeBuildInputs = [

View File

@ -35,8 +35,8 @@ notify = { version = "6.1.1", default-features = false, features = [
regex = "1.10.2"
time = { version = "0.3.31", features = ["macros", "local-offset"] }
tauri-plugin-deep-link = "0.1.2"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
opener = "0.6.1"
tauri-plugin-window-state = "0.1.0"
[features]
default = ["custom-protocol"]