cleanup import

This commit is contained in:
Simon Gardling 2022-04-20 10:13:49 -04:00
parent cb5682ae6c
commit 1512edeed3

View File

@ -11,7 +11,7 @@ use egui::{
widgets::plot::Bar,
Button, Checkbox, Context, Key, Modifiers,
};
use emath::{pos2, vec2};
use emath::vec2;
use epaint::Color32;
use std::fmt::{self, Debug};
use std::ops::BitXorAssign;