Add basic sound handling infrastructure

This commit is contained in:
Mikayla Maki 2023-06-30 16:10:49 -07:00
parent e017d62e92
commit 138de37cbf
No known key found for this signature in database
8 changed files with 495 additions and 32 deletions

View file

@ -7,6 +7,7 @@ use rust_embed::RustEmbed;
#[include = "fonts/**/*"]
#[include = "icons/**/*"]
#[include = "themes/**/*"]
#[include = "sounds/**/*"]
#[include = "*.md"]
#[exclude = "*.DS_Store"]
pub struct Assets;