summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/wasm/asm-paint/Cargo.toml')
-rw-r--r--WebInterface/wasm/asm-paint/Cargo.toml29
1 files changed, 0 insertions, 29 deletions
diff --git a/WebInterface/wasm/asm-paint/Cargo.toml b/WebInterface/wasm/asm-paint/Cargo.toml
deleted file mode 100644
index ceb1866..0000000
--- a/WebInterface/wasm/asm-paint/Cargo.toml
+++ /dev/null
@@ -1,29 +0,0 @@
-[package]
-name = "asm-paint-rs"
-version = "0.1.0"
-authors = [
- "natrixaeria",
- "TrueDoctor"
-]
-edition = "2018"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-wasm-bindgen = "0.2"
-log = "0.4"
-fern = "0.5"
-
-[dependencies.web-sys]
-version = "0.3.22"
-features = [
- 'Document',
- 'Element',
- 'HtmlCanvasElement',
- 'WebGl2RenderingContext',
- 'WebGlShader',
- 'WebGlProgram',
- 'WebGlBuffer',
- 'Window'
-]