Deprecate the stdweb backend (#1712)
* Deprecate the stdweb backend * Add a changelog entry * Fmt * Move the deprecation notice
This commit is contained in:
parent
d612a1b5a1
commit
1c97a310b1
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![deprecated(since = "0.23.0", note = "Please migrate to web-sys over stdweb")]
|
||||
|
||||
mod canvas;
|
||||
mod event;
|
||||
mod scaling;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue