simplify a bunch of code

This commit is contained in:
Simon Gardling
2022-03-08 15:01:55 -05:00
parent 45f86d2c2d
commit ba01a06359
4 changed files with 19 additions and 6 deletions

View File

@@ -42,3 +42,4 @@ instant = { version = "0.1.12", features = ["wasm-bindgen"] }
console_error_panic_hook = "0.1.7"
wee_alloc = "0.4.5"
wasm-bindgen = { version = "0.2.79", default-features = false, features = ["std"] }
web-sys = "0.3.56"