We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eeed70 commit 6dfeaa1Copy full SHA for 6dfeaa1
1 file changed
Cargo.toml
@@ -178,7 +178,7 @@ colorous = "1.0.12"
178
web-time = "1.0.0"
179
winit = { version = "0.30.0", default-features = false, features = ["rwh_06"] }
180
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
181
-glam = { version = "0.30.10", features = ["rand"] }
+glam = { version = "0.31.0", features = ["rand"] }
182
rand = "0.9.2"
183
# Disable unnecessary formats.
184
image = { version = "0.25.0", default-features = false, features = ["jpeg"] }
0 commit comments