From 9ffd296f907642f4f7282e769da6e65f7adfb091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:34:06 +0000 Subject: [PATCH] chore(deps): update rust crate glam to 0.25.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d157fb5..1b93a48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ glam-0-24 = [] bvh-arena = { version = "1.1.3", default-features = false, optional = true } # Private -glam = { version = "0.24.2", default-features = false, features = ["libm"] } +glam = { version = "0.25.0", default-features = false, features = ["libm"] } sealed = { version = "0.5.0", default-features = false } smallvec = { version = "1.11.2", default-features = false } libm = { version = "0.2.8", default-features = false, optional = true } @@ -36,7 +36,7 @@ libm = { version = "0.2.8", default-features = false, optional = true } [dev-dependencies] rstest = { version = "0.18.2", default-features = false } bevy = { version = "0.12.1", default-features = false, features = ["bevy_render", "bevy_winit", "bevy_core_pipeline", "bevy_sprite", "bevy_asset", "x11"]} -glam = { version = "0.24.2", features = ["libm", "approx"] } +glam = { version = "0.25.0", features = ["libm", "approx"] } approx = "0.5.1" [build-dependencies]