dumo 0.1.0-beta.4

An embedded-graphics backend for Ratatui with an adjustable font size
Documentation
# Dumo

Dumo ([/ˈduːmoʊ/](https://ipa-reader.com/?text=%CB%88du%CB%90mo%CA%8A), pronounced `doo-mo`; from
_dumó_, meaning back, tail-end, end-piece of a bread loaf) is an [`embedded-graphics`] backend for
[`ratatui`] v0.30.0 “Bryndza” built on the new [`ratatui-core`] crate. It’s still work-in-progress.

[`embedded-graphics`]: https://crates.io/crates/embedded-graphics
[`ratatui`]: https://crates.io/crates/ratatui/0.30.0
[`ratatui-core`]: https://crates.io/crates/ratatui-core/0.1.0

## Minimum supported Rust version

The minimum supported Rust version for `dumo` is `1.89`.

## License

The source code of `dumo` is dual-licensed under:

* Apache License, Version 2.0 ([LICENSE-APACHE] or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT License ([LICENSE-MIT] or <http://opensource.org/licenses/MIT>)

at your option.

[LICENSE-APACHE]: LICENSE-APACHE
[LICENSE-MIT]: LICENSE-MIT