added beginings of rapier physics

This commit is contained in:
Jay Christy
2023-10-19 14:37:13 -04:00
parent 4d7f84d81e
commit c82b10f53a
2 changed files with 99 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ wgpu-hal = "0.17.1"
[dev-dependencies]
bevy = { git = "https://github.com/bevyengine/bevy.git" }
color-eyre = "0.6.2"
bevy_rapier3d = { git = "https://github.com/alexichepura/bevy_rapier", version = "0.22.0", branch = "bevy-012"}
[[example]]
name = "xr"