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 regression that prevented automatic graphics switching in MacOS (#980)
Add ContextBuilder::with_double_buffer function
Add ContextBuilder::with_hardware_acceleration function
Work around a presumed Android emulator bug
that would cause context creation to return CreationError::OpenGlVersionNotSupported
in some configurations
(#1036)
Update winit dependency to 0.16.0. See winit's CHANGELOG for more info.