Implement revamped RedrawRequested on Web (#1301)

* Implement revamped `RedrawRequested` on Web

* Add `web` example
This commit is contained in:
Héctor Ramón 2019-12-03 18:16:06 +01:00 committed by Osspial
parent 5b489284e4
commit 133b11fa6d
3 changed files with 81 additions and 9 deletions

View file

@ -117,3 +117,6 @@ package = "stdweb"
version = "=0.4.20"
optional = true
features = ["experimental_features_which_may_break_on_minor_version_bumps"]
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
console_log = "0.1"