Adding embedded_graphics_framebuf library as a dependency

Run this command in a terminal, in your project's directory:

cargo add embedded-graphics-framebuf

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

embedded-graphics-framebuf = "0.5.0"

The embedded_graphics_framebuf library will be automatically available globally. Read the embedded_graphics_framebuf library documentation.

Back to the crate overview.