Cargo Features

[dependencies]
plotters-bitmap = { version = "0.3.3", default-features = false, features = ["image_encoder", "gif_backend"] }
default = gif_backend, image_encoder

These default features are set whenever plotters-bitmap is added without default-features = false somewhere in the dependency tree.

image_encoder default gif_backend = image
gif_backend default = gif, image_encoder

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.

gif gif_backend

Enables gif ^0.12.0

image not wasm32 image_encoder

Enables image ^0.24.3