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
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'