Switch from specs to hecs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c0ce37aa38
commit
d9606e8b87
27 changed files with 514 additions and 673 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 = { version = "0.16.1", default-features = false }
|
||||
hecs = "0.5.1"
|
||||
specs-derive = "0.4.1"
|
||||
cpal = "0.13"
|
||||
oddio = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue