generated from 2ndbeam/bevy-template
feat: Added BeatMap and input scanning
This commit is contained in:
parent
fa2e968b4e
commit
6e1ab7d860
3 changed files with 150 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.18.0", features = ["dynamic_linking", "wav"] }
|
||||
bevy = { version = "0.18.0", features = ["debug", "dynamic_linking", "wav"] }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue