egui 0.24.1

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

pub mod input;
pub mod output;