mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Missing web-sys
types
This commit is contained in:
parent
1e45b182a0
commit
895f9d8487
1 changed files with 3 additions and 0 deletions
|
@ -35,7 +35,9 @@ version = "0.3"
|
|||
features = [
|
||||
"console",
|
||||
"Comment",
|
||||
"Document",
|
||||
"DomTokenList",
|
||||
"Location",
|
||||
"Range",
|
||||
"Text",
|
||||
"HtmlCollection",
|
||||
|
@ -49,6 +51,7 @@ features = [
|
|||
"DeviceMotionEvent",
|
||||
"DeviceOrientationEvent",
|
||||
"DragEvent",
|
||||
"ErrorEvent",
|
||||
"FocusEvent",
|
||||
"GamepadEvent",
|
||||
"HashChangeEvent",
|
||||
|
|
Loading…
Reference in a new issue