Port remaining modules to web_sys

This commit is contained in:
Ben Merritt 2019-06-04 23:08:09 -07:00
parent e4d8e22846
commit 54b4074369
No known key found for this signature in database
GPG key ID: F8AD20ED4E6239B7
6 changed files with 537 additions and 10 deletions

View file

@ -82,12 +82,16 @@ version = "0.3.22"
optional = true
features = [
'Document',
'DomRect',
'Element',
'Event',
'EventTarget',
'FocusEvent',
'HtmlCanvasElement',
'HtmlElement',
'KeyboardEvent',
'MouseEvent',
'Node',
'PointerEvent',
'Window',
'WheelEvent'