rtiow: update crate use statement in benches.
This commit is contained in:
parent
e6db61543b
commit
c644299726
@ -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,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user