Announcing embedded-text 0.4.1
A new stable version of embedded-text is available for download. embedded-text extends the
excellent embedded-graphics library with a TextBox object that supports multiline text
rendering with the common horizontal alignment options and rich styling features.
This is a minor maintenance release that updates the ansi-parser dependency so that the ansi
feature can now be used in no_std environments.
To install, add the following to your Cargo.toml dependencies:
embedded-text = "0.4.1"
For documentation, see docs.rs.
I really hope you give embedded-text a try! If you have any questions, suggestions, issues,
feature requests, or if you’d like to contribute, feel free to open an issue or a pull request on
the GitHub repository!