Skip to content

Commit 5e164a2

Browse files
Update glam requirement from 0.27 to 0.28
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](bitshifter/glam-rs@0.27.0...0.28.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c98610 commit 5e164a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bevy_rapier2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ bevy = { version = "0.14", default-features = false, features = [
5858
] }
5959
oorandom = "11"
6060
approx = "0.5.1"
61-
glam = { version = "0.27", features = ["approx"] }
61+
glam = { version = "0.28", features = ["approx"] }
6262
bevy-inspector-egui = "0.25.1"
6363
bevy_egui = "0.28.0"
6464

bevy_rapier3d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ bevy = { version = "0.14", default-features = false, features = [
5959
"bevy_state",
6060
] }
6161
approx = "0.5.1"
62-
glam = { version = "0.27", features = ["approx"] }
62+
glam = { version = "0.28", features = ["approx"] }
6363
bevy-inspector-egui = "0.25.1"
6464
bevy_egui = "0.28.0"
6565
divan = "0.1"

0 commit comments

Comments
 (0)