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

[egui] rename "with_serde" feature flag to just "serde"

This commit is contained in:
Emil Ernerfeldt
2020-08-09 17:34:26 +02:00
parent b58142ba15
commit b06c9e94fb
26 changed files with 86 additions and 89 deletions

View File

@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
#egui = { git = "https://github.com/emilk/emigui" }
egui = { path = "../egui", features = ["with_serde"] }
egui = { path = "../egui", features = ["serde"] }
#egui_glium = { git = "https://github.com/emilk/emigui" }
egui_glium = { path = "../egui_glium" }
serde = { version = "1", features = ["derive"] }