From 14b93134617928453648c689aa6e0ffb00a3c2b0 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Fri, 3 Jul 2020 15:22:43 +0100 Subject: [PATCH] remove unnecessary dependencies --- Cargo.toml | 10 ---------- 1 file changed, 10 deletions(-) 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', -]