generated from GarandPLG/rust-flake-template
Preload audio using once_cell and correct typo
Add once_cell 1.21.4 and a Lazy‑initialized HashMap to store OGG bytes. Replace file reads with in‑memory Cursor decoding, fix the SoundrackParts enum typo, and derive Hash traits for it.
This commit is contained in:
@@ -15,3 +15,4 @@ ratatui = "0.30.0"
|
||||
log = "0.4.29"
|
||||
simplelog = "0.12.2"
|
||||
rodio = "0.22.2"
|
||||
once_cell = "1.21.4"
|
||||
|
||||
Reference in New Issue
Block a user