mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
missing import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
use eframe::egui::{
|
||||
Color32, Context,
|
||||
Color32, Ui,
|
||||
theme_plugin::{ThemeCache, ThemeStyle},
|
||||
widget_style::{BaseStyle, ButtonStyle, Classes, HasClasses as _, WidgetState},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user