Cargo Features
[dependencies]
smve = { version = "0.1.1", default-features = false, features = ["log-to-file", "log-to-console", "trace", "windowed", "dist"] }
- default = log-to-console
-
The
log-to-console
feature is set by default wheneversmve
is added without
somewhere in the dependency tree.default-features = false - log-to-file dist?
-
chrono:
Dependencies for file logging
- log-to-console default
- trace
-
Enables chrono and tracing-chrome
tracing-chrome:
Chrome tracing
and trace of bevy_app ^0.13.2 and bevy_ecs ^0.13.2
bevy_app:
Debugging Features
Enables
tracing
integration, allowing spans and other metrics to be reported through that framework. - windowed dist?
- dist = log-to-file, windowed