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
Breaking: Renamed Context::new to Context::new_headless. new_headless now accepts dimensions for the off-screen surface backing it.
Breaking: Renamed GlWindow::new to WindowedContext::new_windowed.
On X11 and Wayland, you can now use shared contexts, however, one limitation
of the Wayland backend is that all shared contexts must use the same events
pool as each other.
Added context sharing support to windows.
Improved docs.
Refactored code to be more consistent/cleaner. Ran rustfmt on everything.
Added NetBSD support.
Breaking: Removed new_shared function from Context and GlWindow, in favor of new.
Added build method to ContextBuilder.
Added get_egl_display method to GlContextExt trait and its implementation for platforms.
Removed minimum supported Rust version guarantee.
NoBackendAvailable is now Sync, as a result CreationError is also Sync.
Update winit dependency to 0.19.0. See winit's CHANGELOG for more info.