aboutsummaryrefslogtreecommitdiff
path: root/evc/src/debug.rs
diff options
context:
space:
mode:
Diffstat (limited to 'evc/src/debug.rs')
-rw-r--r--evc/src/debug.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/evc/src/debug.rs b/evc/src/debug.rs
index d2102ba..fb2b53d 100644
--- a/evc/src/debug.rs
+++ b/evc/src/debug.rs
@@ -1,4 +1,4 @@
-use crate::{frame::Frame, helpers::vector::Vec2, pixel::Pixel, view::View};
+use crate::{frame::Frame, helpers::pixel::Pixel, helpers::vector::Vec2, view::View};
impl View<&mut Frame> {
pub fn draw_box(&mut self, color: Pixel) {