Cargo Features
[dependencies]
ev3dev-lang-rust = { version = "0.14.0", default-features = false, features = ["screen", "override-driver-path", "ev3", "brickpi3"] }
- default = ev3
-
The
ev3
feature is set by default wheneverev3dev-lang-rust
is added without
somewhere in the dependency tree.default-features = false - screen = framebuffer, image
-
Affects
screen::Screen
… - override-driver-path
-
Affects
driver::DRIVER_PATH
… - ev3 default
- brickpi brickpi3
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.
- framebuffer screen?
- image screen?
-
Enables image ^0.24