pathtracer/pathtracer/src/render/raytrace/mod.rs
2020-04-02 00:06:33 +02:00

3 lines
43 B
Rust

mod raytracer;
pub use self::raytracer::*;