mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
[egui] rename "with_serde" feature flag to just "serde"
This commit is contained in:
@@ -14,7 +14,7 @@ include = [ "**/*.rs", "Cargo.toml"]
|
||||
[dependencies]
|
||||
chrono = { version = "0.4" }
|
||||
clipboard = "0.5"
|
||||
egui = { version = "0.1.3", path = "../egui", features = ["with_serde"] }
|
||||
egui = { version = "0.1.3", path = "../egui", features = ["serde", "serde_json"] }
|
||||
glium = "0.27"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
|
||||
Reference in New Issue
Block a user