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
with recent versions of rust the window closes when you move the mouse over it. It's a bug in winit 0.19 which is a dependency of the glutin version used in the example.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue, @joseluis! Unfortunately, there's not much that can be done here because the included triangle example still relies on a the pre-ll version of gfx, which in turn does not support the newest version of neither winit nor glutin, preventing me from upgrading. There is an open issue to port the example to wgpu-rs instead (#74), which is sort of like the spiritual successor to old-school gfx. I can try porting it over and see if it resolves the problem.
with recent versions of rust the window closes when you move the mouse over it. It's a bug in winit 0.19 which is a dependency of the glutin version used in the example.
The text was updated successfully, but these errors were encountered: