mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
faster builds: remove tracing-attributes feature from tracing
This commit is contained in:
@@ -68,4 +68,4 @@ ron = { version = "0.7", optional = true }
|
||||
serde = { version = "1", optional = true, features = ["derive", "rc"] }
|
||||
|
||||
# egui doesn't log much, but when it does, it uses [`tracing`](https://docs.rs/tracing).
|
||||
tracing = { version = "0.1", optional = true }
|
||||
tracing = { version = "0.1", optional = true, default-features = false, features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user