chore: update bevy and bevy_egui
This commit is contained in:
parent
5967babf36
commit
a16d739aef
950
Cargo.lock
generated
950
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -15,6 +15,6 @@ opt-level = 1
|
|||
opt-level = 3
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.12.1", features = [ "wayland" ] }
|
||||
bevy_egui = "0.23.0"
|
||||
bevy = { version = "0.13.0", features = [ "wayland" ] }
|
||||
bevy_egui = "0.25.0"
|
||||
lazy_static = "1.4.0"
|
||||
|
|
Reference in a new issue