Skip to content

Glutin Version v0.30.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kchibisov kchibisov released this 03 Sep 14:56
· 165 commits to master since this release
v0.30.0-beta.1
0e37613
  • Replace winit dependency with raw-window-handle.
  • The Api is now built around Display, Surface, Config, and Surface for more info see crate documentation and examples.
  • The ios support was removed for the lack of maintainance for now. In case there's a need for it, contributions are welcome.
  • The context creation is no longer limited to winit's supported platforms.
  • The underlying Api providers are publically exposed now, so glutin could be used with just e.g. EGL.
  • Fixed soundness issues with Surface MT safety, since before EGLSurface could be sent to a different thread, which is not safe.