1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

[egui_demo_app] Enable "persistence" as a default feature

This commit is contained in:
Emil Ernerfeldt
2021-01-10 10:23:00 +01:00
parent 987c7ddf98
commit 430fcd9e91

View File

@@ -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"]