faster builds: remove tracing-attributes feature from tracing

This commit is contained in:
Emil Ernerfeldt
2022-07-04 00:11:08 +02:00
parent 0f0031ebbb
commit c062bca6ee
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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.