feat(sound): added a simple sound player to the engine with api in the App struct and a component to store metadata

This commit is contained in:
lisk77 2025-10-23 15:14:38 +02:00
parent dfdffed745
commit dab38c1e32
8 changed files with 203 additions and 4 deletions

View file

@ -11,6 +11,7 @@ comet_colors = { path = "../comet_colors" }
comet_log = { path = "../comet_log" }
comet_input = { path = "../comet_input" }
comet_structs = { path = "../comet_structs" }
comet_sound = { path = "../comet_sound" }
winit = { version = "0.29", features = ["rwh_05"] }
pollster = "0.3"