summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/Cargo.toml
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-25 22:44:04 +0200
committernatrixaeria <janng@gmx.de>2019-05-25 22:44:04 +0200
commitd727f6e769ae6f3210a57f32f6c198469efaa9b8 (patch)
tree1bbac52753a1efbcd49f8a59133b50f10706d911 /WebInterface/wasm/asm-paint/Cargo.toml
parent04792563e216f57984219e582de491947e2d7f40 (diff)
Run with lighttpd and remove deploy.py
Diffstat (limited to 'WebInterface/wasm/asm-paint/Cargo.toml')
-rw-r--r--WebInterface/wasm/asm-paint/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebInterface/wasm/asm-paint/Cargo.toml b/WebInterface/wasm/asm-paint/Cargo.toml
index 5713415..c0a7c68 100644
--- a/WebInterface/wasm/asm-paint/Cargo.toml
+++ b/WebInterface/wasm/asm-paint/Cargo.toml
@@ -9,4 +9,3 @@ crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
-web-sys = {version="0.3.22", features=["Window", "Document", "HtmlElement", "Node", "Element"]}