mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
faster builds: remove tracing-attributes feature from tracing
This commit is contained in:
@@ -65,7 +65,7 @@ egui = { version = "0.18.0", path = "../egui", default-features = false, feature
|
||||
"bytemuck",
|
||||
"tracing",
|
||||
] }
|
||||
tracing = "0.1"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
|
||||
#! ### Optional dependencies
|
||||
## Enable this when generating docs.
|
||||
|
||||
Reference in New Issue
Block a user