diff --git a/Cargo.toml b/Cargo.toml index bf377a3..271a2c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,13 +12,3 @@ crate-type = ["cdylib"] [dependencies] "bitsy-parser" = "^0.71.1" "wasm-bindgen" = "^0.2.64" - -[dependencies.web-sys] -version = "0.3.4" -features = [ - 'Document', - 'Element', - 'HtmlElement', - 'Node', - 'Window', -]