mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Run egui_demo_app with extra_debug_asserts
This commit is contained in:
@@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
eframe = { version = "0.13.0", path = "../eframe", features = ["time"] }
|
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]
|
[features]
|
||||||
default = ["persistence"]
|
default = ["persistence"]
|
||||||
|
|||||||
Reference in New Issue
Block a user