Cargo Features

[dependencies]
buffer-graphics-lib = { version = "0.18.0", default-features = false, features = ["image_loading", "serde", "mint", "embedded", "notosans"] }
default = serde

The serde feature is set by default whenever buffer-graphics-lib is added without default-features = false somewhere in the dependency tree.

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.

image_lib image_loading?

Enables image

embedded-graphics-core embedded?
noto-sans-mono-bitmap notosans?