Cargo Features
[dependencies]
egui_tracing_rs = { version = "0.3.1", default-features = false, features = ["log", "wasmbind"] }
- default = log
-
The
log
feature is set by default wheneveregui_tracing_rs
is added without
somewhere in the dependency tree.default-features = false - log default = tracing-log
-
Enables tracing-log of tracing-subscriber
- wasmbind
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.