Crate updates

This commit is contained in:
Alex Page 2022-11-23 23:57:14 -05:00
parent 38d3333635
commit 9dcd94932f
8 changed files with 361 additions and 49 deletions

View file

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