cleanup import

This commit is contained in:
Simon Gardling 2022-03-21 18:09:02 -04:00
parent 641e10b7d9
commit 16fd622f66

View File

@ -3,11 +3,10 @@ use crate::misc::{debug_log, log_helper, JsonFileOutput, SerdeValueHelper};
use crate::parsing::{process_func_str, test_func};
use const_format::formatc;
use eframe::egui::Key;
use eframe::{egui, epi};
use egui::plot::Plot;
use egui::{
Button, CentralPanel, Color32, ComboBox, Context, FontData, FontDefinitions, FontFamily,
Button, CentralPanel, Color32, ComboBox, Context, FontData, FontDefinitions, FontFamily, Key,
RichText, SidePanel, Slider, TopBottomPanel, Vec2, Visuals, Window,
};
use epi::Frame;