Cargo Features
[dependencies]
egui_tracing = { version = "0.2.6", default-features = false, features = ["egui-default", "log", "wasmbind", "reexport"] }
- default = egui-default, log
-
These default features are set whenever
egui_tracing
is added without
somewhere in the dependency tree.default-features = false - egui-default default
-
Enables egui
- log default = tracing-log
-
Enables tracing-log of tracing-subscriber
- wasmbind
- reexport
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.