library: document core module

This commit is contained in:
Antoine Martin 2020-03-21 23:56:47 +01:00
parent 2c6e0b42d2
commit 04deae1d88
1 changed files with 2 additions and 0 deletions

View File

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