Skip to content

Commit 6ee234a

Browse files
Update glutin requirement from 0.31.2 to 0.32.1
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]>
1 parent 8ff6980 commit 6ee234a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/render-opengl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inox2d-opengl = { path = "../../inox2d-opengl" }
1111
clap = { version = "4.1.8", features = ["derive"] }
1212
glam = { version = "0.29.0", features = ["bytemuck"] }
1313
glow = { version = "0.14.1" }
14-
glutin = "0.31.2"
14+
glutin = "0.32.1"
1515
glutin-winit = "0.4.2"
1616
raw-window-handle = "0.5.2"
1717
tracing = "0.1.37"

0 commit comments

Comments
 (0)