A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index 6c92fe4..92dc5ac 100644 --- a/src/main.rs +++ b/src/main.rs @@ -235,9 +235,7 @@ pub(crate) fn entry(event_loop: EventLoop) { // let ev = format!("{event:?}"); // use WindowEvent as Event; match event { - // Event::AboutToWait => {} - - + // Event::AboutToWait => {} WindowEvent::SurfaceResized(size) if window_id == window.id() => { let Some(surface) = surface else { eprintln!( |