1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -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

@@ -15,7 +15,7 @@ include = [ "**/*.rs", "Cargo.toml"]
crate-type = ["cdylib", "rlib"]
[dependencies]
egui = { version = "0.1.3", path = "../egui", features = ["with_serde"] }
egui = { version = "0.1.3", path = "../egui", features = ["serde"] }
js-sys = "0.3"
parking_lot = "0.11"
serde = "1"