mirror of
https://github.com/lisk77/comet.git
synced 2025-12-12 17:18:50 +00:00
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:
parent
dfdffed745
commit
dab38c1e32
8 changed files with 203 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue