egui 0.20.1

An easy-to-use immediate mode GUI that runs on both web and native
Documentation
//! All the data sent between egui and the backend

pub mod input;
pub mod output;