mirror of
https://github.com/lisk77/comet.git
synced 2025-12-12 17:18:50 +00:00
feat: added comet_sound to cargo toml and added with_audio to the builder pattern
This commit is contained in:
parent
9777c4b6b4
commit
bc9ea50264
3 changed files with 12 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ comet_ecs = { path = "./crates/comet_ecs", workspace = true }
|
|||
comet_input = { path = "./crates/comet_input", workspace = true }
|
||||
comet_log = { path = "./crates/comet_log", workspace = true }
|
||||
comet_structs = { path = "./crates/comet_structs", workspace = true }
|
||||
comet_sound = { path = "./crates/comet_sound", workspace = true }
|
||||
|
||||
cfg-if = "1"
|
||||
anyhow = "1.0"
|
||||
|
|
@ -62,4 +63,5 @@ comet_resources = { path = "./crates/comet_resources", workspace = true }
|
|||
comet_ecs = { path = "./crates/comet_ecs", workspace = true }
|
||||
comet_input = { path = "./crates/comet_input", workspace = true }
|
||||
comet_log = { path = "./crates/comet_log", workspace = true }
|
||||
comet_structs = { path = "./crates/comet_structs", workspace = true }
|
||||
comet_structs = { path = "./crates/comet_structs", workspace = true }
|
||||
comet_sound = { path = "./crates/comet_sound", workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue