From 1512edeed3505e905a9d901430485ed225739e62 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 20 Apr 2022 10:13:49 -0400 Subject: [PATCH] cleanup import --- src/function.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/function.rs b/src/function.rs index c0fada5..13e72b2 100644 --- a/src/function.rs +++ b/src/function.rs @@ -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;