library: add render module

This commit is contained in:
Bruno BELANYI 2020-03-17 19:28:08 +01:00
parent dd6b50f785
commit 2dab475f68
2 changed files with 1 additions and 0 deletions

View file

@ -7,5 +7,6 @@ pub type Vector = Vector3<f32>;
pub mod core;
pub mod light;
pub mod material;
pub mod render;
pub mod shape;
pub mod texture;

0
src/render/mod.rs Normal file
View file