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 = { git = "https://github.com/bevyengine/bevy.git" }
|
||||||
# bevy = "0.11.3"
|
# bevy = "0.11.3"
|
||||||
# default-features is false because it for some reason complains when trying to statically link openxr
|
# 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" }
|
bevy_rapier3d = { git = "https://github.com/Schmarni-Dev/bevy_rapier" }
|
||||||
color-eyre = "0.6.2"
|
color-eyre = "0.6.2"
|
||||||
|
|
||||||
|
|||||||
4036
examples/demo/_Cargo.lock
generated
4036
examples/demo/_Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user