Move sound system to ecs resource

This commit is contained in:
Alex Page 2022-01-27 01:36:39 -05:00
parent c76da94034
commit 7adf5923b3
3 changed files with 18 additions and 79 deletions

View file

@ -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"