egui_winit_platform 0.11.0

Platform code to use egui with winit.
# egui_winit_platform


[![Latest version](https://img.shields.io/crates/v/egui_winit_platform.svg)](https://crates.io/crates/egui_winit_platform)
[![Documentation](https://docs.rs/egui_winit_platform/badge.svg)](https://docs.rs/egui_winit_platform)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

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).