generated from 2ndbeam/bevy-template
feat: Collision groups and states
This commit is contained in:
parent
f6022d84b2
commit
88a73275ff
8 changed files with 108 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue