mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
[egui_demo_app] Enable "persistence" as a default feature
This commit is contained in:
@@ -13,6 +13,6 @@ eframe = { version = "0.7.0", path = "../eframe", features = ["time"] }
|
||||
egui_demo_lib = { version = "0.7.0", path = "../egui_demo_lib" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = ["persistence"]
|
||||
http = ["eframe/http", "egui_demo_lib/http"]
|
||||
persistence = ["eframe/persistence", "egui_demo_lib/persistence"]
|
||||
|
||||
Reference in New Issue
Block a user