Skip to content

Commit

Permalink
Update glutin-winit requirement from 0.4.2 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [glutin-winit](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@glutin-winit-v0.4.2...glutin-winit-v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 8ff6980 commit a125d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/render-opengl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = { version = "4.1.8", features = ["derive"] }
glam = { version = "0.29.0", features = ["bytemuck"] }
glow = { version = "0.14.1" }
glutin = "0.31.2"
glutin-winit = "0.4.2"
glutin-winit = "0.5.0"
raw-window-handle = "0.5.2"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
Expand Down

0 comments on commit a125d72

Please sign in to comment.