Run egui_demo_app with extra_debug_asserts
This commit is contained in:
parent
62808b2bb9
commit
ee50cca696
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
|
|||
|
||||
[dependencies]
|
||||
eframe = { version = "0.13.0", path = "../eframe", features = ["time"] }
|
||||
egui_demo_lib = { version = "0.13.0", path = "../egui_demo_lib" }
|
||||
egui_demo_lib = { version = "0.13.0", path = "../egui_demo_lib", features = ["extra_debug_asserts"] }
|
||||
|
||||
[features]
|
||||
default = ["persistence"]
|
||||
|
|
Loading…
Reference in a new issue