feat: Collision groups and states

This commit is contained in:
Alexey 2026-04-13 17:08:25 +03:00
commit 88a73275ff
8 changed files with 108 additions and 3 deletions

View file

@ -10,6 +10,7 @@ bevy = { version = "0.18.0", features = ["bevy_remote"] }
bevy_rapier2d = "0.33.0"
leafwing-input-manager = "0.20.0"
petgraph = { version = "0.8.3" }
seldom_state = { version = "0.16.0", features = ["leafwing_input"] }
[profile.dev]
opt-level = 1