1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

Don't install console panic hook and tracing wasm subscriber in egui_web (#1230)

Do so in egui_demo_app instead
This commit is contained in:
Yusuf Bera Ertan
2022-02-10 17:44:41 +03:00
committed by GitHub
parent 2f042ababd
commit 1ebb5ccabf
5 changed files with 12 additions and 10 deletions

4
Cargo.lock generated
View File

@@ -1039,9 +1039,11 @@ dependencies = [
name = "egui_demo_app"
version = "0.16.0"
dependencies = [
"console_error_panic_hook",
"eframe",
"egui_demo_lib",
"tracing-subscriber",
"tracing-wasm",
]
[[package]]
@@ -1095,7 +1097,6 @@ name = "egui_web"
version = "0.16.0"
dependencies = [
"bytemuck",
"console_error_panic_hook",
"egui",
"egui_glow",
"epi",
@@ -1103,7 +1104,6 @@ dependencies = [
"ron",
"serde",
"tracing",
"tracing-wasm",
"tts",
"wasm-bindgen",
"wasm-bindgen-futures",