This commit is contained in:
Chris Tsang
2020-10-31 16:59:19 +08:00
parent 3c2d4f3c8c
commit 43c403e06f
6 changed files with 155 additions and 23 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ console_log = { version = "0.2", features = ["color"] }
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
visioncortex = "0.1.0"
visioncortex = { path = "../visioncortex" }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires