fix imports for egui stuff

This commit is contained in:
Simon Gardling
2022-04-22 00:43:38 -04:00
parent fb0b076f62
commit 29c21bb601
6 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
use crate::consts::*;
use crate::function_entry::{FunctionEntry, Riemann, DEFAULT_FUNCTION_ENTRY};
use crate::misc::{dyn_mut_iter, option_vec_printer, JsonFileOutput, SerdeValueHelper};
use eframe::{egui, emath, epi};
use egui::{
plot::Plot, vec2, Button, CentralPanel, Color32, ComboBox, Context, FontData, FontDefinitions,
FontFamily, Key, RichText, SidePanel, Slider, TopBottomPanel, Vec2, Visuals, Window,