Implement revamped RedrawRequested on Web (#1301)
* Implement revamped `RedrawRequested` on Web * Add `web` example
This commit is contained in:
parent
5b489284e4
commit
133b11fa6d
3 changed files with 81 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue