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

Создание нового проекта
This commit is contained in:
28 changed files with 6505 additions and 3 deletions
+7 -1
View File
@@ -4,8 +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", "bevy_text", "bevy_ui", "debug"] }
# bevy = { version = "0.18" }
tracing = "0.1"
tracing-subscriber = "0.3"
rand = "0.10"
# for examples
rand_chacha = "0.10"
[profile.release]
opt-level = "z"