Skip to content

Commit

Permalink
bump glam versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Aug 25, 2024
1 parent cc8eabd commit 5f125fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/util/math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["game-development"]
maintenance = { status = "passively-maintained" }

[dependencies]
glam = "0.25"
glam = "0.29"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/util/voxel-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 5f125fb

Please sign in to comment.