voxel-rs/src/voxel.rs

6 lines
81 B
Rust

pub mod brickmap;
mod voxel_renderer;
pub mod world;
pub use voxel_renderer::*;