update to bevy 0.15 rc
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -10,11 +10,11 @@ description = "utils for bevy_mod_xr and bevy_mod_openxr"
|
||||
|
||||
[dependencies]
|
||||
bevy = { workspace = true, features = ["bevy_gizmos"] }
|
||||
bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0-rc1" }
|
||||
bevy_mod_openxr = { path = "../bevy_openxr", version = "0.1.0-rc1" }
|
||||
bevy_mod_xr.workspace = true
|
||||
bevy_mod_openxr.workspace = true
|
||||
|
||||
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
||||
openxr = "0.18.0"
|
||||
openxr.workspace = true
|
||||
|
||||
[lints.clippy]
|
||||
too_many_arguments = "allow"
|
||||
|
||||
Reference in New Issue
Block a user