mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
faster builds: remove tracing-attributes feature from tracing
This commit is contained in:
@@ -33,7 +33,7 @@ syntax_highlighting = ["syntect"]
|
||||
egui = { version = "0.18.0", path = "../egui", default-features = false }
|
||||
egui_extras = { version = "0.18.0", path = "../egui_extras" }
|
||||
enum-map = { version = "2", features = ["serde"] }
|
||||
tracing = "0.1"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
unicode_names2 = { version = "0.5.0", default-features = false }
|
||||
|
||||
#! ### Optional dependencies
|
||||
|
||||
Reference in New Issue
Block a user