Which version of egui should I use with winit #7640
-
|
I am trying to run egui with winit but need to know what version of egui need to use? here are my current dependencies [dependencies] what version of egui, egui-winit I need to use? |
Beta Was this translation helpful? Give feedback.
Answered by
aspcartman
Oct 21, 2025
Replies: 1 comment 4 replies
-
|
As of right now egui 0.33.0 asks for winit - 0.30.12. You can lookup the history of Line 145 in bf5604b UPD: Updated the link |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you sure you want to run it directly? In
eframethe winit integration is quite some lengthy thing, maybe just use eframe?