notan_egui 0.7.1

Provides EGUI support for Notan
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EGUI
===

This is the implementation of [egui 0.18](https://github.com/emilk/egui) for notan.

It should support all the features that __egui__ uses. Only `clipboard` remains unsupported for now.

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