Add missing features on web-sys

This commit is contained in:
Cecile Tonglet 2023-05-17 14:05:41 +02:00
parent ad55431263
commit 2897c67e0a

View file

@ -22,7 +22,7 @@ gloo = "0.8"
id_tree = { version = "1.8", optional = true } id_tree = { version = "1.8", optional = true }
implicit-clone = "0.3.5" implicit-clone = "0.3.5"
wasm-bindgen = "0.2" wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["DomRect", "Element", "Event", "HtmlSelectElement", "DomTokenList", "CssStyleDeclaration"] } web-sys = { version = "0.3", features = ["DomRect", "Element", "Event", "HtmlSelectElement", "DomTokenList", "CssStyleDeclaration", "Window", "MediaQueryList"] }
yew = "0.20" yew = "0.20"
yew-callbacks = "0.2.1" yew-callbacks = "0.2.1"