Glutin Version v0.30.0-beta.1
Pre-release
Pre-release
·
165 commits
to master
since this release
- Replace
winit
dependency withraw-window-handle
. - The Api is now built around
Display
,Surface
,Config
, andSurface
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 beforeEGLSurface
could be sent to a different thread, which is not safe.