Cargo Features
[dependencies]
linfb = { version = "0.2.1", default-features = false, features = ["text", "images"] }
- default = images, text
-
These default features are set whenever
linfb
is added without
somewhere in the dependency tree.default-features = false - text default = font-loader, lazy_static, rusttype, xi-unicode
- images default = image
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.
- rusttype text
-
Enables rusttype ~0.8.0
- font-loader text
-
Enables font-loader ~0.8.0
- lazy_static text
-
Enables lazy_static ~1.4.0
- xi-unicode text
-
Enables xi-unicode ~0.2
- image images
-
Enables image ~0.22.2