refactor entites to reduce complexity and crashes, switch to Querys

This commit is contained in:
Tao Tien 2026-01-18 07:53:33 -08:00
parent 3182916832
commit c7200b1fd3
8 changed files with 95 additions and 89 deletions

View file

@ -25,9 +25,6 @@ tracing = "0.1.44"
tracing-subscriber = "0.3.22"
tui-logger = { version = "0.18.0", features = ["tracing-support", "crossterm"] }
[dev-dependencies]
bevy = { version = "0.17.3", features = ["track_location"] }
[profile.dev]
opt-level = 1