migrate to bevy 0.10.1
This commit is contained in:
parent
ed66390929
commit
105faee1b6
7 changed files with 1050 additions and 864 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue