mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Replace JSON with RON for persistence (epi/eframe/glium/web)
This commit is contained in:
@@ -21,10 +21,10 @@ include = [
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.10.0", path = "../egui" }
|
||||
ron = { version = "0.6", optional = true }
|
||||
serde = { version = "1", optional = true }
|
||||
serde_json = { version = "1", optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
http = []
|
||||
persistence = ["serde", "serde_json"]
|
||||
persistence = ["ron", "serde"]
|
||||
|
||||
Reference in New Issue
Block a user