Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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]
glow = "0.16.0"
bytemuck = "1.14.0"
nalgebra-glm = "0.20.0"
glutin = "0.31.2"
glutin-winit = "0.4.2"
winit = "0.29.10"
what version of egui, egui-winit I need to use?
Beta Was this translation helpful? Give feedback.
All reactions