mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 08:44:11 +00: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