EGUI
===
This is the implementation of [egui 0.27.2](https://github.com/emilk/egui) for notan.
It should support all the features that __egui__ uses.
You can check some examples at `/examples` or check the demos online:
* [egui_basic](https://nazariglez.github.io/notan-web/examples/egui_basic.html)
* [egui_render_texture](https://nazariglez.github.io/notan-web/examples/egui_render_texture.html)
* [egui_shape_widget](https://nazariglez.github.io/notan-web/examples/egui_shape_widget.html)
* [egui_texture](https://nazariglez.github.io/notan-web/examples/egui_texture.html)
* [egui_demo](https://nazariglez.github.io/notan-web/examples/egui_demo.html)
* [egui_paint](https://nazariglez.github.io/notan-web/examples/egui_paint.html)