Refactor organisation

This commit is contained in:
2022-11-01 20:15:51 +01:00
parent 0140be1121
commit 757180b13c
11 changed files with 713 additions and 315 deletions

View File

@@ -6,11 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iyes_loopless = "0.7.0"
iyes_loopless = "0.8.0"
itertools = "0.10.3"
# bevy-inspector-egui = "0.12.1"
rand = "0.8.5"
bevy_editor_pls = { git = "https://github.com/jakobhellermann/bevy_editor_pls" }
bevy_editor_pls = "0.1.1"
bevy_tweening = "0.5.0"
[dependencies.bevy]