feat: Added BeatMap and input scanning

This commit is contained in:
Alexey 2026-02-01 22:40:20 +03:00
commit 6e1ab7d860
3 changed files with 150 additions and 3 deletions

View file

@ -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