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

@@ -2,7 +2,7 @@ use crate::function_entry::Riemann;
use std::ops::RangeInclusive;
use const_format::formatc;
use eframe::epaint::Color32;
use epaint::Color32;
use shadow_rs::shadow;
shadow!(build);