sunjay / turtle

Create Animated Drawings in Rust
http://turtle.rs
Mozilla Public License 2.0
559 stars 54 forks source link

Update glutin requirement from 0.27 to 0.28 #253

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Updates the requirements on glutin to permit the latest version.

Release notes

Sourced from glutin's releases.

Glutin Version v0.28.0

  • On Windows, fixed a panic for headless contexts because of active drag-and-drop (OleInitialize failed! Result was: RPC_E_CHANGED_MODE)
  • Updated winit dependency to 0.26.0. See winit's CHANGELOG for more info.
Changelog

Sourced from glutin's changelog.

Version 0.28.0 (2021-12-02)

  • On Windows, fixed a panic for headless contexts because of active drag-and-drop (OleInitialize failed! Result was: RPC_E_CHANGED_MODE)
  • Updated winit dependency to 0.26.0. See winit's CHANGELOG for more info.

Version 0.27.0 (2021-06-01)

Version 0.26.0 (2020-12-10)

Version 0.25.1 (2020-10-10)

  • X11 and Wayland are now optional features (enabled by default)

Version 0.25.0 (2020-10-02)

  • Updated winit dependency to 0.23.0. See winit's CHANGELOG for more info.
  • Avoid loading libEGL.dll from PATH on Windows.

Version 0.24.1 (2020-05-26)

  • On X11, Fixed unnecessary instantiation of GLX/EGL

Version 0.24.0 (2020-03-11)

Version 0.23.0 (2020-02-06)

  • Updated winit dependency to 0.21.0. See winit's CHANGELOG for more info.
  • Removed broken CI for the armv7-apple-ios target.

Version 0.22.1 (2020-01-29)

  • Fixed incorrectly documented default value for ContextBuilder::with_srgb

Version 0.22.0 (2020-01-07)

Version 0.22.0-alpha6 (2020-01-05)

  • Fixed dependencies so wrong winit version is not used.
  • On X11, got rid of mistaken XRenderFindVisualFormat call so that glutin doesn't ignore configs that lack a XRenderPictFormat.
  • On iOS, fixed not linking against OpenGLES.framework.
  • On X11, fixed VSync not being disabled when requested.

... (truncated)

Commits
  • 927f776 Glutin version v0.28.0
  • c7bdbe3 Update winit dependency to v0.26.0
  • 50ac2ab Update glutin_* dependency requirements
  • 48b6e23 Fix context sharing EGL/GLX mismatch
  • 6f1e4ca Fix crates.io badge (#1366)
  • cfda993 Fix possible panic on Windows for headless contexts because of active drag an...
  • See full diff 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 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)
dependabot[bot] commented 1 year ago

Superseded by #261.