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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix crash when creating OpenGLES context without explicit version.
Add buffer_age method on WindowedContext.
Return an Err instead of panicking when surfaceless GLX context creation fails on Linux.
Fix compilation on Android:
Switch from StaticStructGenerator to StructGenerator to dynamically load symbols.
Replace android_glue dependency with raw-window-handle, and remove broken lifecycle event handling.
Glutin can now be used on Android, however, the application must ensure it only creates the Context following a winit Event::Resumed event, and destroys the Context in response to a Event::Suspended event.
Updated winit dependency to 0.27.0. See winit's CHANGELOG for more info.
On Windows, build_raw_context now uses isize for hwnd to follow winit change.