WIP TEST PLZ REVERT

This commit is contained in:
William Casarin
2022-11-29 18:42:38 -08:00
parent 6137a34d55
commit 1db61f1ade
3 changed files with 65 additions and 617 deletions

View File

@@ -225,8 +225,9 @@ pub fn run_evloop(mut event_loop: EventLoop<Event>) {
warn!("DemoWindows default at {} line {}", file!(), line!());
// Display the demo application that ships with egui.
let mut app = Damus::new();
app.add_test_events();
let mut app = egui_demo_lib::DemoWindows::default();
//let mut app = Damus::new();
//app.add_test_events();
let start_time = Instant::now();