mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
remove unused import
This commit is contained in:
@@ -7,7 +7,6 @@ use crate::{
|
|||||||
Image, IntoAtoms, NumExt as _, Response, RichText, Sense, Stroke, TextStyle, TextWrapMode, Ui,
|
Image, IntoAtoms, NumExt as _, Response, RichText, Sense, Stroke, TextStyle, TextWrapMode, Ui,
|
||||||
Vec2, Widget, WidgetInfo, WidgetText, WidgetType,
|
Vec2, Widget, WidgetInfo, WidgetText, WidgetType,
|
||||||
style_trait::{ButtonStyle, WidgetState},
|
style_trait::{ButtonStyle, WidgetState},
|
||||||
text_selection::visuals,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Clickable button with text.
|
/// Clickable button with text.
|
||||||
|
|||||||
Reference in New Issue
Block a user