Cargo Features
[dependencies]
accelerometer = { version = "0.12.0", default-features = false, features = ["orientation"] }
- default = orientation
-
The
orientation
feature is set by default wheneveraccelerometer
is added without
somewhere in the dependency tree.default-features = false - orientation default
-
Affects
accelerometer::orientation
…