library: document core module

This commit is contained in:
Antoine Martin 2020-03-21 23:56:47 +01:00
parent 2c6e0b42d2
commit 04deae1d88

View file

@ -1,3 +1,5 @@
//! Core pathtracing pipeline elements
pub mod camera; pub mod camera;
pub use camera::*; pub use camera::*;