1
0
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:
Emil Ernerfeldt
2022-07-04 00:11:08 +02:00
parent 0f0031ebbb
commit c062bca6ee
7 changed files with 7 additions and 7 deletions

View File

@@ -67,4 +67,4 @@ usvg = { version = "0.23", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
# feature "tracing"
tracing = { version = "0.1", optional = true }
tracing = { version = "0.1", optional = true, default-features = false, features = ["std"] }