Cargo Features
[dependencies]
buffer-graphics-lib = { version = "0.19.0", default-features = false, features = ["image_loading", "serde", "mint", "embedded", "notosans"] }
- default = serde
-
The
serde
feature is set by default wheneverbuffer-graphics-lib
is added without
somewhere in the dependency tree.default-features = false - image_loading = image_lib
-
Affects
buffer-graphics-lib::image_loading
… - serde default
-
Enables serde, serde of graphics-shapes and ici-files
- mint
-
Enables mint of graphics-shapes
- embedded = embedded-graphics-core
-
Affects
integration::embedded_graphics_lib
… - notosans = noto-sans-mono-bitmap
-
Affects
integration::noto_sans
…
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.