1 unstable release
0.1.0 | Jun 3, 2024 |
---|
#82 in #label
29KB
egui_editable_label
A simple widget for egui that allows the user to edit a label in place.
Usage
ui.add(EditableLabel::new(&mut self.label, Id::new("editable_label")));
lib.rs
:
egui_editable_label
A simple widget for egui that allows the user to edit a label in place.
Usage
ui.add(EditableLabel::new(&mut self.label, Id::new("editable_label")));
Dependencies
~4–9MB
~84K SLoC