diff --git a/Cargo.toml b/Cargo.toml index 1ed76d8..3eb1248 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ gloo = "0.8" id_tree = { version = "1.8", optional = true } implicit-clone = "0.3.5" 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-callbacks = "0.2.1"