diff --git a/rtchallenge/src/rays.rs b/rtchallenge/src/rays.rs index 27c401f..69d2372 100644 --- a/rtchallenge/src/rays.rs +++ b/rtchallenge/src/rays.rs @@ -1,4 +1,4 @@ -use crate::{matrices::Matrix4x4, tuples::Tuple}; +use crate::tuples::Tuple; pub struct Ray { pub origin: Tuple,