selection ui for wav_player

This commit is contained in:
2025-11-17 15:02:32 -07:00
parent 8c20864392
commit 0e7e330998
3 changed files with 61 additions and 22 deletions

View File

@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
abi = { path = "../../abi" }
selection_ui = { path = "../../selection_ui" }
embedded-graphics = "0.8.1"
rand = { version = "0.9.0", default-features = false }
embedded-audio = { git = "https://github.com/LegitCamper/embedded-audio" }