use console_error_panic_hook 0.1.7 instead of from git

This commit is contained in:
Simon Gardling 2022-02-16 10:05:11 -05:00
parent 94651f1989
commit 9d12a249d9

View File

@ -19,4 +19,4 @@ 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" }
console_error_panic_hook = { git = "https://github.com/rustwasm/console_error_panic_hook.git"}
console_error_panic_hook = "0.1.7"