Cargo Features
[dependencies]
pinetime-mynewt = { version = "2.0.0", default-features = false, features = ["use_float", "dispatch"] }
Optional features
- default = dispatch
-
The
dispatch
feature is set by default wheneverpinetime-mynewt
is added without
somewhere in the dependency tree.default-features = false - use_float
-
Define the feature
- dispatch default
-
Affects
console::print
,console::get_dispatch_address
…
Features from optional dependencies
External Rust libraries used by this module. See crates.io.