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
Upgrade glium example to winit 0.29 and glium 0.34 (#86)
* build(deps): update glium requirement from 0.27.0 to 0.33.0
Updates the requirements on [glium](https://github.com/glium/glium) to permit the latest version.
- [Release notes](https://github.com/glium/glium/releases)
- [Changelog](https://github.com/glium/glium/blob/master/CHANGELOG.md)
- [Commits](glium/glium@v0.27.0...v0.33.0)
---
updated-dependencies:
- dependency-name: glium
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Make `glium` example compatible with latest `winit`-less `glutin` crate
`glutin` detached itself from `winit` by using `raw-window-handle`
for window interop, and a minimal `glutin-winit` crate for lightweight
window creation and event handling where necessary. This also makes the
`glutin` crate more generic to use, for non-windowing GL cases.
* Upgrade `glium` example to `winit 0.29` and `glium 0.34`
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marijn Suijten <[email protected]>
0 commit comments