pathtracer/pathtracer/src/render/pathtrace/mod.rs
2020-04-01 23:58:27 +02:00

3 lines
45 B
Rust

mod pathtracer;
pub use self::pathtracer::*;