Skip to content

Commit

Permalink
use upstream bevy_vr_controller
Browse files Browse the repository at this point in the history
Signed-off-by: Schmarni <marnistromer@gmail.com>
  • Loading branch information
Schmarni-Dev committed Sep 29, 2024
1 parent f1f5e05 commit d4424e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -42,7 +42,7 @@ bincode = "1.3.3"
avian3d = { version = "0.1.2", features = ["serialize"] }
bevy_embedded_assets = "0.11.0"
bevy_web_file_drop = "0.0.6"
bevy_vr_controller = { git = "https://github.com/Schmarni-Dev/bevy_vr_controller/" }
bevy_vr_controller = { git = "https://github.com/unavi-xyz/bevy_vr_controller", rev = "4a5cc73" }
bevy_mod_openxr = { git = "https://github.com/awtterpip/bevy_oxr" }
bevy_xr_utils = { git = "https://github.com/awtterpip/bevy_oxr" }
bevy_spatial_egui = { git = "https://github.com/Schmarni-Dev/bevy_spatial_egui" }
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = [
"https://github.com/Schmarni-Dev/bevy-suis",
"https://github.com/awtterpip/bevy_oxr",
"https://github.com/Schmarni-Dev/bevy_vr_controller/",
"https://github.com/unavi-xyz/bevy_vr_controller",
]

0 comments on commit d4424e2

Please sign in to comment.