keru 0.1.1

Experimental GUI library
Documentation
![Keru is experimental](https://img.shields.io/badge/status-alpha-orange)
[![Documentation for the `master` branch](https://img.shields.io/badge/docs-master-informational)](https://kekelp.github.io/keru/keru/index.html)

Keru is an experimental Graphical User Interface library.

The goal of the library is to be as easy to use as immediate mode libraries (and even a bit easier), but without the downsides of immediate mode.

See the [docs for the master branch](https://kekelp.github.io/keru/keru/index.html) for more information.

## Screenshots

A simple counter and the code that generates it. Examples use the `run_example_loop` helper, but the normal way to use Keru is from a user-managed `winit`/`wgpu` loop. To see how this works, see the `window_loop` example.
![Screenshot of counter example](screenshots/counter.png)

A showcase example with a tab viewer and some sliders:
![Screenshot of showcase example](screenshots/showcase.png)

A basic paint program. The canvas and the color picker are rendered with custom `wgpu` code.
![Screenshot of paint example](screenshots/paint.png)