You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yeah Im having a very hard time getting run going because the tutorial has either deprecated or completely erroneous code in it. specifically creating the window and running it. for example, in the first piece of code suggested:
The Window::KeyboardEvent does not have an input field, and KeyboardInput does not exist. ControlFlow::Exit does not exist.
I may be completely wrong and may be missing dependencies, but it seems the tutorial just is impossible to follow without heavy modification. I have spent almost an hour finding workarounds for this, but winit has little to no documentation and its very challenging as a beginner to figure out how to fix this.
There are breaking changes between winit = "0.29" and winit = "0.30". In the tutorial I specify that I'm using 0.29.
I (and I assume toolateralus) are using 0.29, regardless, the Window::KeyboardEvent does not have an input field, KeyboardInput does not exist, and ControlFlow::Exit does not exist.
The text was updated successfully, but these errors were encountered:
Zekinler
changed the title
There are breaking changes between winit = "0.29" and winit = "0.30"
Cannot follow tutorial as is
Jun 13, 2024
@toolateralus:
@sotrh:
I (and I assume toolateralus) are using 0.29, regardless, the
Window::KeyboardEvent
does not have aninput
field,KeyboardInput
does not exist, andControlFlow::Exit
does not exist.The text was updated successfully, but these errors were encountered: