From 2f32547942fd03986c971a802c2f9ca1100be79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:48:40 +0000 Subject: [PATCH] deps: Update glam requirement from 0.29 to 0.32 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.32.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.32.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..a8e27dd 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.32", features = ["bytemuck", "serde"] } bytemuck = { version = "1.19", features = ["derive"] } # Editor UI