egui 0.14.2

Simple, portable immediate mode GUI library for Rust
Documentation
1
2
3
4
//! All the data sent between egui and the backend

pub mod input;
pub mod output;