cache works!

This commit is contained in:
Simon Gardling
2022-02-14 10:58:33 -05:00
parent 16a1076857
commit dd6d30ef37
5 changed files with 192 additions and 113 deletions

View File

@@ -17,4 +17,5 @@ plotters = "0.3.1"
plotters-canvas = "0.3.0"
wee_alloc = "0.4.5"
web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] }
meval = { git = "https://github.com/rekka/meval-rs.git" }
meval = { git = "https://github.com/rekka/meval-rs.git" }
console_error_panic_hook = { git = "https://github.com/rustwasm/console_error_panic_hook.git"}