From 5f125fb8d42279fd52f357689d961a77ca7e6739 Mon Sep 17 00:00:00 2001 From: JieningYu Date: Sun, 25 Aug 2024 17:48:50 +0800 Subject: [PATCH] bump glam versions --- crates/util/math/Cargo.toml | 2 +- crates/util/voxel-math/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/util/math/Cargo.toml b/crates/util/math/Cargo.toml index 95ff9572..8b69563b 100644 --- a/crates/util/math/Cargo.toml +++ b/crates/util/math/Cargo.toml @@ -12,7 +12,7 @@ categories = ["game-development"] maintenance = { status = "passively-maintained" } [dependencies] -glam = "0.25" +glam = "0.29" [lints] workspace = true diff --git a/crates/util/voxel-math/Cargo.toml b/crates/util/voxel-math/Cargo.toml index a63e0e30..774c6c4d 100644 --- a/crates/util/voxel-math/Cargo.toml +++ b/crates/util/voxel-math/Cargo.toml @@ -14,7 +14,7 @@ maintenance = { status = "passively-maintained" } [dependencies] edcode2 = { path = "../../util/edcode2", package = "rimecraft-edcode2", optional = true } serde = { version = "1.0", optional = true, features = ["derive"] } -glam = "0.28.0" +glam = "0.29" [features] default = ["serde", "edcode"]