migrate to bevy 0.10.1

This commit is contained in:
Hartmut Seichter 2023-04-12 09:18:22 +02:00
parent ed66390929
commit 105faee1b6
7 changed files with 1050 additions and 864 deletions

View file

@ -9,7 +9,8 @@ readme = "README.md"
[dependencies]
# bevy = "0.9.0"
bevy = { version = "0.9.1", features = ["dynamic"] }
# bevy = { version = "0.10.1", features = ["dynamic"] }
bevy = { version = "0.10.1" }
rand = "0.8.4"
# vrpn = "0.1.0" # not compatible with 2021
vrpn = { git = "https://github.com/seichter/vrpn-rs" }