redid save file so it's compressed and in xml (which is used for a lot of stuff like this)
This commit is contained in:
@@ -7,6 +7,8 @@ edition = "2024"
|
||||
eframe = "0.31"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
quick-xml = { version = "0.37", features = ["serialize"] }
|
||||
zip = { version = "2", default-features = false, features = ["deflate"] }
|
||||
dirs = "6"
|
||||
rfd = "0.15"
|
||||
tiny-skia = "0.11"
|
||||
|
||||
Reference in New Issue
Block a user