removed unwanted _Cargo.lock
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user