1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Replace JSON with RON for persistence (epi/eframe/glium/web)

This commit is contained in:
Emil Ernerfeldt
2021-04-05 12:09:01 +02:00
parent 4fc3c6d375
commit aba2108159
9 changed files with 55 additions and 40 deletions

View File

@@ -30,8 +30,8 @@ ureq = { version = "2.0", optional = true }
# feature "persistence":
directories-next = { version = "2", optional = true }
ron = { version = "0.6", optional = true }
serde = { version = "1", optional = true }
serde_json = { version = "1", optional = true }
# feature screen_reader
tts = { version = "0.14", optional = true }
@@ -45,9 +45,8 @@ http = ["ureq"]
persistence = [
"directories-next",
"egui/persistence",
"epi/serde_json",
"epi/serde",
"serde_json",
"epi/persistence",
"ron",
"serde",
]
time = ["chrono"] # for seconds_since_midnight