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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user