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:
@@ -38,7 +38,7 @@ egui = { version = "0.18.1", path = "../egui", default-features = false, feature
|
||||
] }
|
||||
|
||||
bytemuck = "1.7"
|
||||
tracing = "0.1"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
type-map = "0.5.0"
|
||||
wgpu = "0.13"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user