Announcing embedded-text 0.5.0-beta.2
A new beta 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.
0.5.0-beta.2
includes the first preview of experimental plugin support! Gated behind the plugin
cargo feature, this feature enables users to change how text is rendered. For simple examples,
see the styles-plugin
, interactive-editor
and plugin
examples.
Note: Plugin support is currently experimental and unrefined. Expect breaking changes, or even complete removal in the future.
For a complete list of changes (excluding some under the hood changes), see the changelog,
To install, add the following to your Cargo.toml
dependencies:
embedded-text = "0.5.0-beta.2"
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!