removed unwanted _Cargo.lock

This commit is contained in:
Schmarni
2023-10-28 01:13:47 +02:00
parent 2c3a42644b
commit 08d57085d7
2 changed files with 1 additions and 4037 deletions

View File

@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
bevy = { git = "https://github.com/bevyengine/bevy.git" }
# bevy = "0.11.3"
# default-features is false because it for some reason complains when trying to statically link openxr
bevy_openxr = { git = "https://github.com/Schmarni-Dev/bevy_openxr", default-features = false}
bevy_openxr = { git = "https://github.com/Schmarni-Dev/bevy_openxr", default-features = false, branch = "demo"}
bevy_rapier3d = { git = "https://github.com/Schmarni-Dev/bevy_rapier" }
color-eyre = "0.6.2"