# pel [![Status](https://github.com/rustykirei/pel/workflows/Linux%20builds/badge.svg)](https://github.com/rustykirei/pel/actions) [![Status](https://github.com/rustykirei/pel/workflows/Windows%20builds/badge.svg)](https://github.com/rustykirei/pel/actions) [![Status](https://github.com/rustykirei/pel/workflows/macOS%20builds/badge.svg)](https://github.com/rustykirei/pel/actions) [![Status](https://github.com/rustykirei/pel/workflows/Rustfmt/badge.svg)](https://github.com/rustykirei/pel/actions) [![Status](https://github.com/rustykirei/pel/workflows/Clippy/badge.svg)](https://github.com/rustykirei/pel/actions) --- [![License](https://img.shields.io/crates/l/pel)](https://choosealicense.com/licenses/mit/) [![Crate](https://img.shields.io/crates/v/pel.svg)](https://crates.io/crates/pel) [![Documentation](https://docs.rs/pel/badge.svg)](https://docs.rs/pel) ## Examples - [Minimal code to create pel window](./examples/minimal.rs) - [Event handling template](./examples/events.rs)