Skip to content

Commit

Permalink
We can use the official bevy_oxr crate again, they merged our code
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Dec 10, 2023
1 parent c15e21a commit 5e81879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 5e81879

Please sign in to comment.