added bare minimum to render a basic scene

This commit is contained in:
Jay Christy
2023-10-19 13:42:00 -04:00
parent 655b58252c
commit 4d7f84d81e
4 changed files with 3973 additions and 1 deletions

View File

@@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.11.3"
bevy_openxr = "0.0.1"
bevy_rapier3d = { git = "https://github.com/alexichepura/bevy_rapier", version = "0.22.0" }