egui_winit_platform 0.1.0

Platform code to use egui with winit.
Documentation
1
2
3
4
5
6
7
8
9
10
# egui_winit_platform

Platform code to run egui using winit.

## Example

We have created [a simple example](https://github.com/hasenbanck/egui_example) project to show you, how to use this crate.

## License

egui_winit_platform is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT).