From baf24d837969d5ddbf09fa0ef82ae3d43fa6971f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:47:28 +0000 Subject: [PATCH] deps: Update glam requirement from 0.29 to 0.30 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.30.9) --- updated-dependencies: - dependency-name: glam dependency-version: 0.30.9 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..a3f0c4c 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.30", features = ["bytemuck", "serde"] } bytemuck = { version = "1.19", features = ["derive"] } # Editor UI