Skip to content

Commit

Permalink
refactor player code to bevy_vr_controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 23, 2024
1 parent 9963e91 commit 75da031
Show file tree
Hide file tree
Showing 27 changed files with 256 additions and 1,793 deletions.
112 changes: 46 additions & 66 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ bevy = "0.14.0"
bevy-inspector-egui = "0.25.1"
bevy_async_task = "0.2.0"
bevy_panorbit_camera = "0.19.0"
bevy_vrm = { version = "0.0.11", git = "https://github.com/unavi-xyz/bevy_vrm" }
bevy_vr_controller = "0.1.1"
bevy_vrm = "0.0.12"
capnp = "0.19.4"
capnp-rpc = "0.19.1"
clap = { version = "4.5.4", features = ["derive"] }
Expand All @@ -40,9 +41,9 @@ thiserror = "1.0.61"
tokio = { version = "1.40.0", features = ["macros", "rt", "time"] }
tracing = "0.1.40"
tracing-test = "0.2.4"
wasm-bindgen = "=0.2.92"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.41"
web-sys = "0.3.68"
web-sys = "0.3.70"
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
wtransport = "0.3.0"
xwt-core = { version = "0.5.0", git = "https://github.com/kayhhh/xwt" }
Expand Down
22 changes: 0 additions & 22 deletions crates/unavi-avatar/Cargo.toml

This file was deleted.

Loading

0 comments on commit 75da031

Please sign in to comment.