?
This commit is contained in:
parent
c91d6a851e
commit
d2ff642b3b
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@ use crate::{geometry::Geometry, quad::Quad, vertex::BlockVertex};
|
||||||
use ahash::{AHashMap, AHashSet};
|
use ahash::{AHashMap, AHashSet};
|
||||||
use cgmath::Vector3;
|
use cgmath::Vector3;
|
||||||
use noise::utils::{NoiseMapBuilder, PlaneMapBuilder};
|
use noise::utils::{NoiseMapBuilder, PlaneMapBuilder};
|
||||||
|
use rayon::iter::{IntoParallelIterator, ParallelIterator};
|
||||||
|
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||||
|
|
|
@ -2,7 +2,6 @@ mod aabb;
|
||||||
mod camera;
|
mod camera;
|
||||||
mod chunk;
|
mod chunk;
|
||||||
mod geometry;
|
mod geometry;
|
||||||
mod npc;
|
|
||||||
mod quad;
|
mod quad;
|
||||||
mod render_context;
|
mod render_context;
|
||||||
mod state;
|
mod state;
|
||||||
|
|
Loading…
Reference in a new issue