1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

egui_web: log panics using console.error

This commit is contained in:
Emil Ernerfeldt
2022-01-31 19:14:50 +01:00
parent 532990d3dd
commit ef81a52951
4 changed files with 27 additions and 11 deletions

View File

@@ -34,6 +34,7 @@ egui_glow = { version = "0.16.0",path = "../egui_glow", default-features = false
epi = { version = "0.16.0", path = "../epi" }
bytemuck = "1.7"
console_error_panic_hook = "0.1.6"
js-sys = "0.3"
ron = { version = "0.7", optional = true }
serde = { version = "1", optional = true }