embedded-png 0.1.0

PNG rendering with embedded-graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![crates.io](https://img.shields.io/crates/v/embedded-png)](https://crates.io/crates/embedded-png)
[![docs.rs](https://img.shields.io/docsrs/embedded-png)](https://docs.rs/embedded-png)
[![Crates.io License](https://img.shields.io/crates/l/embedded-png/0.1.0)](https://github.com/peckpeck/embedded-png/blob/main/LICENSE)

# Embedded PNG rendering

PNG image rendering for [embedded-graphics](https://docs.rs/embedded-graphics/latest/embedded_graphics/) (no_std).

## Notable dependencies

* [embedded-graphics-core]https://github.com/embedded-graphics/embedded-graphics used for cross platform 2D rendering and provides base text styling

## Ho to use
```rust
// TODO
```