mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
refactor(window-state)!: use json instead of bincode (#1078)
* feat(window-state): add option to use json * feat(window-state): change state file from bincode to serdejson * change file * fmt
This commit is contained in:
@@ -21,5 +21,4 @@ serde_json = { workspace = true }
|
||||
tauri = { workspace = true }
|
||||
log = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
bincode = "1.3"
|
||||
bitflags = "2"
|
||||
|
||||
Reference in New Issue
Block a user