Crate updates
This commit is contained in:
parent
38d3333635
commit
9dcd94932f
8 changed files with 361 additions and 49 deletions
|
|
@ -15,10 +15,10 @@ path = "src/main.rs"
|
|||
[dependencies]
|
||||
# bracket-lib = { path = "extern/bracket-lib" }
|
||||
bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
|
||||
hecs = "0.5.1"
|
||||
hecs = "0.9.0"
|
||||
specs-derive = "0.4.1"
|
||||
cpal = { version = "0.13.0", features = ["wasm-bindgen"] }
|
||||
oddio = "0.5.0"
|
||||
cpal = { version = "0.14.1", features = ["wasm-bindgen"] }
|
||||
oddio = "0.6.2"
|
||||
fundsp = "0.1.0"
|
||||
typenum = "1.15.0"
|
||||
console_error_panic_hook = "0.1.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue