raqote-display 0.1.1

Implementation of embedded-graphics https://github.com/jamwaffles/embedded-graphics DrawTarget based on raqote https://github.com/jrmuizel/raqote.
Documentation
# raqote-display

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](https://img.shields.io/badge/crates.io-v0.1.1-orange.svg)](https://crates.io/crates/raqote-display/0.1.1)
[![docs.rs](https://docs.rs/raqote-display/badge.svg)](https://docs.rs/crate/raqote-display/)

<img alt="raqote-display" src="https://codeberg.org/flovanco/assets/raw/branch/master/raqote-display.png">

Implementation of embedded-graphics https://github.com/jamwaffles/embedded-graphics DrawTarget  based on raqote https://github.com/jrmuizel/raqote.

To include morph in your project, add this dependency
line to your `Cargo.toml` file:

```text
raqote-display = "0.1"
```

### Run example

```shell
cargo run --example minimal
```

## Build and run documentation

You can build and view the latest documentation by executing the following command:

```shell
cargo doc --no-deps --open
```

To execute the the [lvgl](https://github.com/rafaelcaricio/lvgl-rs) change in directory `examples/lvgl`and run:

```shell
DEP_LV_CONFIG_PATH=`pwd`/include cargo run
```