zeus-widgets 0.2.0

A collection of widgets for egui
Documentation
1
2
3
4
5
6
7
8
9
pub mod combo_box;
pub mod label;
pub mod multi_label;
pub mod text_edit;

pub use combo_box::ComboBox;
pub use label::Label;
pub use multi_label::MultiLabel;
pub use text_edit::SecureTextEdit;