erust 0.1.6

ERust is an additional package for egui and eframe that provides extendable components.
Documentation
1
2
3
4
5
6
7
pub mod dark_mode_toggle;
pub mod toggle;
pub mod img;

pub use dark_mode_toggle::*;
pub use toggle::*;
pub use img::*;