rtiow: update crate use statement in benches.

This commit is contained in:
Bill Thiede 2023-01-15 11:57:56 -08:00
parent e6db61543b
commit c644299726

View File

@ -3,7 +3,7 @@ extern crate criterion;
use criterion::{Criterion, ParameterizedBenchmark};
use rtiow::{
use renderer::{
hitable::Hit, material::Lambertian, ray::Ray, sphere::Sphere, texture::ConstantTexture,
vec3::Vec3,
};