`virtual-lcd-renderer` displays a virtual LCD framebuffer in a desktop window and composites it into SVG bezels.
It is intended to be used together with `virtual-lcd-core`:
```toml
[dependencies]
virtual-lcd-core = "0.1"
virtual-lcd-renderer = "0.1"
```
Repository: <https://github.com/fhfelipefh/Virtual-LCD-Firmware-Simulator>