egui_demo_lib: fix persistence feature flag
This commit is contained in:
parent
bfabb70cba
commit
bd5a85808a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ criterion = { version = "0.3", default-features = false }
|
|||
[features]
|
||||
default = []
|
||||
http = ["image", "epi/http"]
|
||||
persistence = ["epi/persistence", "serde"]
|
||||
persistence = ["egui/persistence", "epi/persistence", "serde"]
|
||||
syntax_highlighting = ["syntect"]
|
||||
|
||||
[[bench]]
|
||||
|
|
Loading…
Reference in a new issue