Initial web support
This commit is contained in:
parent
4cd9f5acc3
commit
cbcda28719
17 changed files with 238 additions and 143 deletions
|
@ -9,10 +9,13 @@ build = "build.rs"
|
|||
bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
|
||||
hecs = "0.5.1"
|
||||
specs-derive = "0.4.1"
|
||||
cpal = "0.13"
|
||||
cpal = { version = "0.13.0", features = ["wasm-bindgen"] }
|
||||
oddio = "0.5"
|
||||
fundsp = "0.1.0"
|
||||
typenum = "1.15.0"
|
||||
console_error_panic_hook = "0.1.7"
|
||||
wasm-bindgen = "0.2.79"
|
||||
instant = "0.1.12"
|
||||
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
winres = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue