diff --git a/Cargo.lock b/Cargo.lock index e845839..740a28f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1666,7 +1666,7 @@ dependencies = [ [[package]] name = "bevy_vr_controller" version = "0.1.1" -source = "git+https://github.com/Schmarni-Dev/bevy_vr_controller/#bf33efb1a01ec2b115689a290af17ceff450ee1c" +source = "git+https://github.com/unavi-xyz/bevy_vr_controller?rev=4a5cc73#4a5cc73956cb23b9a1ff7a261f8964c3d0cfd3ce" dependencies = [ "avian3d", "bevy", @@ -7076,7 +7076,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ba6eaaf..9d7dd5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/deny.toml b/deny.toml index 0353a7e..dfba18b 100644 --- a/deny.toml +++ b/deny.toml @@ -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", ]