update with VRPN integration

This commit is contained in:
Hartmut Seichter 2022-12-11 23:41:22 +01:00
parent 9c778afa2b
commit d7bc604289
6 changed files with 1003 additions and 182 deletions

View file

@ -10,7 +10,7 @@ edition = "2021"
bevy = { version = "0.9.1", features = ["dynamic"] }
rand = "0.8.4"
# vrpn = "0.1.0" # not compatible with 2021
vrpn = { git = "https://github.com/seichter/vrpn-rs" }
[profile.release]
opt-level = 3