mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
egui_demo_lib: fix persistence feature flag
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user