Cargo Features
[dependencies]
foxtrot = { version = "0.3.0", default-features = false, features = ["dev", "tracing"] }
- default = dev
-
The
dev
feature is set by default wheneverfoxtrot
is added without
somewhere in the dependency tree.default-features = false - dev default
-
Enables bevy_editor_pls ^0.7
- tracing
-
Enables trace_chrome of bevy ^0.12
bevy:
Tracing support, saving a file in Chrome Tracing format
Foxtrot has 3 features without comments.