update with halfbaked VRPN tracker implementation

This commit is contained in:
Hartmut Seichter 2022-12-12 00:07:42 +01:00
parent d7bc604289
commit df1f5e99ec
3 changed files with 59 additions and 28 deletions

1
Cargo.lock generated
View file

@ -2701,6 +2701,7 @@ name = "pix_space"
version = "0.1.0"
dependencies = [
"bevy",
"bytes 1.3.0",
"rand 0.8.5",
"vrpn",
]