library: add texture module

This commit is contained in:
Bruno BELANYI 2020-03-17 19:08:36 +01:00
parent d785800bfe
commit 4052dd41d3
2 changed files with 1 additions and 0 deletions

View file

@ -8,3 +8,4 @@ pub mod core;
pub mod light;
pub mod material;
pub mod shape;
pub mod texture;

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