mirror of
https://github.com/lisk77/comet.git
synced 2025-12-16 02:28:49 +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
5
crates/comet_sound/src/lib.rs
Normal file
5
crates/comet_sound/src/lib.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mod audio;
|
||||
mod kira;
|
||||
|
||||
pub use audio::Audio;
|
||||
pub use kira::KiraAudio;
|
||||
Loading…
Add table
Add a link
Reference in a new issue