We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff6980 commit 6ee234aCopy full SHA for 6ee234a
examples/render-opengl/Cargo.toml
@@ -11,7 +11,7 @@ inox2d-opengl = { path = "../../inox2d-opengl" }
11
clap = { version = "4.1.8", features = ["derive"] }
12
glam = { version = "0.29.0", features = ["bytemuck"] }
13
glow = { version = "0.14.1" }
14
-glutin = "0.31.2"
+glutin = "0.32.1"
15
glutin-winit = "0.4.2"
16
raw-window-handle = "0.5.2"
17
tracing = "0.1.37"
0 commit comments