Adding embedded_sprites library as a dependency

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

cargo add embedded-sprites

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

embedded-sprites = "0.2.0"

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

Back to the crate overview.