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:
thewh1teagle
2024-03-29 02:41:42 +02:00
committed by GitHub
parent 57d01bf82e
commit c013fa52cd
3 changed files with 24 additions and 23 deletions
-1
View File
@@ -21,5 +21,4 @@ serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
bincode = "1.3"
bitflags = "2"