mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Use tracing crate for logging (#1192)
* egui_web: use tracing crate * egui_glow: use tracing crate * Log at the debug level * egui_demo_app: enable tracing to log to stdout * Use tracing in egui-winit * Add opt-in tracing support to egui
This commit is contained in:
@@ -32,6 +32,7 @@ epi = { version = "0.16.0", path = "../epi", optional = true }
|
||||
bytemuck = "1.7"
|
||||
glow = "0.11"
|
||||
memoffset = "0.6"
|
||||
tracing = "0.1"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
egui-winit = { version = "0.16.0", path = "../egui-winit", default-features = false, features = ["epi"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user