pathtracer/src/render/mod.rs

3 lines
35 B
Rust
Raw Normal View History

pub mod object;
pub use object::*;