Release 0.2.56 (#1922)

This commit is contained in:
Pauan
2019-12-20 17:31:17 +01:00
committed by Alex Crichton
parent 221514acb9
commit 580daab1d3
41 changed files with 88 additions and 88 deletions

View File

@ -9,13 +9,13 @@ crate-type = ["cdylib"]
[dependencies]
console_error_panic_hook = "0.1"
js-sys = "0.3.32"
js-sys = "0.3.33"
rayon = "1.1.0"
rayon-core = "1.5.0"
raytracer = { git = 'https://github.com/alexcrichton/raytracer', branch = 'update-deps' }
futures-channel-preview = "0.3.0-alpha.18"
wasm-bindgen = { version = "0.2.55", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.4.5"
wasm-bindgen = { version = "0.2.56", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.4.6"
[dependencies.web-sys]
version = "0.3.23"