Move sound system to ecs resource
This commit is contained in:
parent
c76da94034
commit
7adf5923b3
3 changed files with 18 additions and 79 deletions
|
@ -7,7 +7,7 @@ build = "build.rs"
|
|||
[dependencies]
|
||||
# bracket-lib = { path = "extern/bracket-lib" }
|
||||
bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
|
||||
specs = "0.16.1"
|
||||
specs = { version = "0.16.1", default-features = false }
|
||||
specs-derive = "0.4.1"
|
||||
cpal = "0.13"
|
||||
oddio = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue