diff --git a/Cargo.lock b/Cargo.lock index 2abfec8..e7c9f93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,11 +979,12 @@ dependencies = [ [[package]] name = "bevy_oxr" version = "0.1.0" -source = "git+https://github.com/oli-obk/vrtest?branch=arbitrary_up#8515337bdf2ca750dd8099dbf2fc7945376a4532" +source = "git+https://github.com/awtterpip/bevy_oxr#7947dd097cfdf173e683583523dd8c2b5db1916d" dependencies = [ "anyhow", "ash", "bevy", + "futures-lite 2.0.1", "mint", "openxr", "wgpu", diff --git a/Cargo.toml b/Cargo.toml index d826f3d..9ac7efc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ web-sys = { version = "0.3.22", default-features = false, features = [ ] } [target.'cfg(not(any(target_os="macos", target_arch = "wasm32")))'.dependencies] -bevy_oxr = { git = "https://github.com/oli-obk/vrtest", branch = "arbitrary_up", optional = true } +bevy_oxr = { git = "https://github.com/awtterpip/bevy_oxr", optional = true } [features] xr = ["dep:bevy_oxr"]