generated from 2ndbeam/bevy-template
feat: Added input system
- Added input plugin to manage controls config - Added tests for casting InputMap to InputAsset and backwards
This commit is contained in:
parent
10afe6fd08
commit
ae7bfd7c27
5 changed files with 471 additions and 3 deletions
|
|
@ -7,6 +7,11 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
bevy = { version = "0.18.0" }
|
||||
bevy_common_assets = { version = "0.15.0", features = ["toml"] }
|
||||
bevy_input = { version = "0.18.0", features = ["serde", "serialize"] }
|
||||
leafwing-input-manager = "0.20.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
toml = "1.0.3"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue