Проектная работа - WIP

This commit is contained in:
2 changed files with 147 additions and 1 deletions
+5 -1
View File
@@ -4,10 +4,14 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.18"
bevy = { version = "0.18", default-features = false, features = ["2d_bevy_render", "bevy_log", "bevy_winit"] }
tracing = "0.1"
tracing-subscriber = "0.3"
# for examples
rand = "0.10"
rand_chacha = "0.10"
[profile.release]
opt-level = "z"
lto = "fat"