emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
20.61k stars 1.49k forks source link

update winit to 0.30.3 #4702

Open j-axa opened 4 days ago

j-axa commented 4 days ago

I liked the new way winit 0.30 handles the eventloop/window creation.

I updated the cargo.toml of relevant crates and fixed the errors that popped up.

It works for my usecase and the demo app seems to work but I can't verify further than that.

emilk commented 4 days ago