library: add texture module
This commit is contained in:
parent
d785800bfe
commit
4052dd41d3
|
@ -8,3 +8,4 @@ pub mod core;
|
||||||
pub mod light;
|
pub mod light;
|
||||||
pub mod material;
|
pub mod material;
|
||||||
pub mod shape;
|
pub mod shape;
|
||||||
|
pub mod texture;
|
||||||
|
|
0
src/texture/mod.rs
Normal file
0
src/texture/mod.rs
Normal file
Loading…
Reference in a new issue