This commit is contained in:
Simon Gardling
2022-02-23 19:43:19 -05:00
parent 0d074794de
commit 1e773605f6
4 changed files with 61 additions and 15 deletions

View File

@@ -18,6 +18,8 @@ egui = "0.17.0"
eframe = "0.17.0"
emath = "0.17.0"
epaint = "0.17.0"
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2.1"