Cargo Features
[dependencies]
vleue_sentry = { version = "0.1.0-rc.1", default-features = false, features = ["subcrates", "bevy"] }
- default = bevy
-
The
bevy
feature is set by default whenevervleue_sentry
is added without
somewhere in the dependency tree.default-features = false - subcrates = bevy_app, bevy_log, bevy_utils
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.