egui 0.12.0

Simple, portable immediate mode GUI library for Rust
Documentation
1
2
3
4
5
6
mod any_map;
mod element;
mod type_id;
mod type_map;

pub use self::{any_map::AnyMap, element::AnyMapTrait, type_map::TypeMap};