From 0bcf339d3239b87a34aaa478648cd303396f5cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:10:00 +0000 Subject: [PATCH] deps: Update glam requirement from 0.29 to 0.31 Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.29.0...0.31.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a0a8b7..d1ae826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ path = "examples/editor.rs" # Rendering wgpu = "27" winit = "0.30" -glam = { version = "0.29", features = ["bytemuck", "serde"] } +glam = { version = "0.31", features = ["bytemuck", "serde"] } bytemuck = { version = "1.19", features = ["derive"] } # Editor UI