library: add material module

This commit is contained in:
Bruno BELANYI 2020-03-17 14:09:07 +01:00
parent 48b3f03d40
commit 9fa0da1b83
2 changed files with 1 additions and 0 deletions

View file

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

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