Refactord main.rs into lib.rs as Preperation for android support

This commit is contained in:
Schmarni
2023-11-08 03:14:50 +01:00
parent a1cd9e3c69
commit 4307d2a66e
3 changed files with 695 additions and 692 deletions

View File

@@ -6,6 +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 = "0.12"
bevy_openxr = "0.0.1"
bevy_rapier3d = { git = "https://github.com/alexichepura/bevy_rapier", version = "0.22.0" }