From 2e5ae6eba6967dc0f193c344d151b87fef5f2086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:12:56 +0000 Subject: [PATCH] Bump glam from 0.30.10 to 0.33.1 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.30.10 to 0.33.1. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.30.10...0.33.1) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 +++++++++++++++++++------------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e35ee3d..25ba595 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1870,7 +1870,7 @@ dependencies = [ "approx", "bitvec", "criterion", - "glam", + "glam 0.33.1", "image", "pixels", "rerun", @@ -3783,6 +3783,12 @@ dependencies = [ "serde_core", ] +[[package]] +name = "glam" +version = "0.33.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "898f5a568a84989b6c0f8caa50a93074b97dbdc58fc6d9543157bb4562758933" + [[package]] name = "glob" version = "0.3.3" @@ -4150,7 +4156,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29a164ceff4500f2a72b1d21beaa8aa8ad83aec2b641844c659b190cb3ea2e0b" dependencies = [ "constgebra", - "glam", + "glam 0.30.10", "tinyvec", ] @@ -5182,7 +5188,7 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c96b82556b0d4aa25cd4771b64ef9bde7c120afb588a083fcb242bf01e4a09b" dependencies = [ - "glam", + "glam 0.30.10", "num-traits", "serde", ] @@ -7361,7 +7367,7 @@ dependencies = [ "arrow", "ecolor", "egui", - "glam", + "glam 0.30.10", "half", "macaw", "parking_lot", @@ -8413,7 +8419,7 @@ dependencies = [ "ecolor", "enumset", "getrandom 0.3.4", - "glam", + "glam 0.30.10", "gltf", "half", "itertools 0.14.0", @@ -8522,7 +8528,7 @@ dependencies = [ "ecolor", "egui_plot", "emath", - "glam", + "glam 0.30.10", "half", "image", "indexmap", @@ -8637,7 +8643,7 @@ dependencies = [ "ahash", "arrow", "bitflags 2.13.0", - "glam", + "glam 0.30.10", "itertools 0.14.0", "nohash-hasher", "parking_lot", @@ -8863,7 +8869,7 @@ checksum = "d399c87421ed7f3cfa4e6aa6e5d43ce3730473b9bab5ca5ffbaa0afb0a31c93b" dependencies = [ "ahash", "egui", - "glam", + "glam 0.30.10", "itertools 0.14.0", "nohash-hasher", "re_chunk_store", @@ -8968,7 +8974,7 @@ checksum = "e443f37efcd3b821960d43fb449cd61156a9461cd73f9effd4332859885bc954" dependencies = [ "bytemuck", "egui", - "glam", + "glam 0.30.10", "itertools 0.14.0", "macaw", "re_byte_size", @@ -8999,7 +9005,7 @@ dependencies = [ "bitflags 2.13.0", "bytemuck", "egui", - "glam", + "glam 0.30.10", "hexasphere", "image", "itertools 0.14.0", @@ -9134,7 +9140,7 @@ dependencies = [ "arrayvec", "egui", "egui_plot", - "glam", + "glam 0.30.10", "itertools 0.14.0", "macaw", "nohash-hasher", @@ -9179,7 +9185,7 @@ dependencies = [ "ehttp", "emath", "futures", - "glam", + "glam 0.30.10", "image", "itertools 0.14.0", "jiff", @@ -9282,7 +9288,7 @@ dependencies = [ "egui-wgpu", "egui_tiles", "emath", - "glam", + "glam 0.30.10", "half", "home", "image", diff --git a/Cargo.toml b/Cargo.toml index fcd65b5..fc7db73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["science", "algorithms", "simulation"] [dependencies] bitvec = "1.0" -glam = "0.30" +glam = "0.33" image = "0.25" pixels = { version = "0.15", optional = true } rerun = { version = "0.33", optional = true }