Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update glutin requirement from 0.31.2 to 0.32.1 #106

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Updates the requirements on glutin to permit the latest version.

Release notes

Sourced from glutin's releases.

Glutin Version v0.32.1

  • Fixed EGL's Device::query_devices() being too strict about required extensions.
  • Fixed crash in EglGetProcAddress on Win32-x86 platform due to wrong calling convention.
  • Fixed EGL's Display::device() always returning an error due to invalid pointer-argument passing inside.
  • Fixed EGL's Display::new() making an EGLDisplay::Khr when the EGL version for the display is 1.4 or lower.
  • Added Device::drm_device_node_path() and Device::drm_render_device_node_path() getters to EGL via EGL_EXT_device_drm.
  • Added support for DrmDisplayHandle in EGL's Display::with_device() using EGL_DRM_MASTER_FD_EXT from EGL_EXT_device_drm.
  • Properly set up OpenGL-specific stuff on the NSView, instead of relying on Winit to do it.
Changelog

Sourced from glutin's changelog.

Version 0.32.1

  • Fixed EGL's Device::query_devices() being too strict about required extensions.
  • Fixed crash in EglGetProcAddress on Win32-x86 platform due to wrong calling convention.
  • Fixed EGL's Display::device() always returning an error due to invalid pointer-argument passing inside.
  • Fixed EGL's Display::new() making an EGLDisplay::Khr when the EGL version for the display is 1.4 or lower.
  • Added Device::drm_device_node_path() and Device::drm_render_device_node_path() getters to EGL via EGL_EXT_device_drm.
  • Added support for DrmDisplayHandle in EGL's Display::with_device() using EGL_DRM_MASTER_FD_EXT from EGL_EXT_device_drm.
  • Properly set up OpenGL-specific stuff on the NSView, instead of relying on Winit to do it.
  • Added OpenHarmony platform support with EGL.
  • Added support for Display::create_pbuffer_surface() in WGL via WGL_ARB_pbuffer.

Version 0.32.0

  • Breaking: updated raw-window-handle dependency to 0.6.
  • Bump MSRV from 1.65 to 1.70.
  • Bump windows-sys from 0.48.0 to 0.52.0.
  • Expose Egl and Glx raw API functions on Egl and Glx displays.
  • Add GLUTIN_WGL_OPENGL_DLL environment variable to change OpenGL provider name with WGL.

Version 0.31.3

  • Change Surface to be Send. This makes it consistent with the context, so now they are both Send but not Sync.

Version 0.31.2

  • Fixed EGL not setting context version with EGL versions before 1.5 and missing context ext.

Version 0.31.1

  • Fixed CGLContextObj having an invalid encoding on newer macOS versions.

Version 0.31.0

  • Bump MSRV from 1.60 to 1.65.
  • Breaking: bitflags which is used as a part of public API was updated to 2.0.
  • Breaking: .*SurfaceAccessor traits got removed; their methods now on respective .*GlContext traits instead.
  • Breaking: GlContext trait is now a part of the prelude.
  • Automatically cleanup the EGLDisplay when EGL_KHR_display_reference is present.
  • Add api::egl::Display::terminate to terminate the display when glutin doesn't manage it.
  • Fixed handling of Robustness::NoError and debug attribute when building context.
  • Robustness::NoError not being properly enabled with GLX/WGL.

Version 0.30.10

  • Add X11VisualInfo::visual_id to get XID of the visual.
  • Added support for EGL on Windows using Angle. This assumes libEGL.dll/libGLESv2.dll present.
  • EGL's Display::create_pbuffer_surface() no longer sets the invalid RENDER_BUFFER attribute.

Version 0.30.9

... (truncated)

Commits
  • 76dac27 Glutin version 0.32.1
  • 0b59775 cgl: set up NSView the way glutin requires it
  • 51fcfb2 egl: implement interfaces for EGL_EXT_device_drm
  • 50e7e25 egl/display: ensure provider after version check
  • 3b973c1 examples: clean up examples to not recreate display
  • abdaed2 egl/display: Pass pointer to output variable when querying DEVICE_EXT
  • 07d1fff ci: use winit ci setup
  • 3fa3531 egl: fix crash in EglGetProcAddress on Win32-x86 platform
  • 4e6359b egl: fix logic in egl Device::query_device
  • 4c6fdb0 examples: Reuse not_current_context in resumed() handler
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [glutin](https://github.com/rust-windowing/glutin) to permit the latest version.
- [Release notes](https://github.com/rust-windowing/glutin/releases)
- [Changelog](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/glutin@v0.31.2...v0.32.1)

---
updated-dependencies:
- dependency-name: glutin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 1, 2024
@Speykious Speykious closed this Oct 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 3, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/glutin-0.32.1 branch October 3, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant