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:
@@ -45,7 +45,7 @@ egui = { version = "0.18.0", path = "../egui", default-features = false, feature
|
||||
"tracing",
|
||||
] }
|
||||
instant = { version = "0.1", features = ["wasm-bindgen"] } # We use instant so we can (maybe) compile for web
|
||||
tracing = "0.1"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
winit = "0.26.1"
|
||||
|
||||
#! ### Optional dependencies
|
||||
|
||||
Reference in New Issue
Block a user