Skip to content

Commit 6380eac

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 188dcc2 commit 6380eac

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

6363
[package.metadata.docs.rs]
6464
# Enable all the features when building the docs on docs.rs

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
divan = "0.1"
6464
bevy_rapier_benches3d = { version = "0.1", path = "../bevy_rapier_benches3d" }
6565

0 commit comments

Comments
 (0)