Skip to content

Commit

Permalink
Depend on nalgebra 0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-blackbird committed Mar 7, 2023
1 parent 5bd3f1e commit d3a53b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ resolver = "2"
codegen-units = 1

[patch.crates-io]
nalgebra = { git = "https://github.com/MarijnS95/nalgebra", branch = "glam-0.23"}
#nalgebra = { path = "../nalgebra" }
#parry2d = { path = "../parry/crates/parry2d" }
#parry3d = { path = "../parry/crates/parry3d" }
Expand Down
2 changes: 1 addition & 1 deletion bevy_rapier2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async-collider = [ ]

[dependencies]
bevy = { version = "0.10", default-features = false, features = ["bevy_asset", "bevy_scene"] }
nalgebra = { version = "0.32.0", features = [ "convert-glam023" ] }
nalgebra = { version = "0.32.2", features = [ "convert-glam023" ] }
# Don't enable the default features because we don't need the ColliderSet/RigidBodySet
rapier2d = "0.17.0"
bitflags = "1"
Expand Down
2 changes: 1 addition & 1 deletion bevy_rapier3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async-collider = [ ]

[dependencies]
bevy = { version = "0.10", default-features = false, features = ["bevy_asset", "bevy_scene"] }
nalgebra = { version = "^0.32.0", features = [ "convert-glam023" ] }
nalgebra = { version = "0.32.2", features = [ "convert-glam023" ] }
# Don't enable the default features because we don't need the ColliderSet/RigidBodySet
rapier3d = "0.17.0"
bitflags = "1"
Expand Down

0 comments on commit d3a53b7

Please sign in to comment.