library: add render module
This commit is contained in:
parent
dd6b50f785
commit
2dab475f68
|
@ -7,5 +7,6 @@ pub type Vector = Vector3<f32>;
|
||||||
pub mod core;
|
pub mod core;
|
||||||
pub mod light;
|
pub mod light;
|
||||||
pub mod material;
|
pub mod material;
|
||||||
|
pub mod render;
|
||||||
pub mod shape;
|
pub mod shape;
|
||||||
pub mod texture;
|
pub mod texture;
|
||||||
|
|
0
src/render/mod.rs
Normal file
0
src/render/mod.rs
Normal file
Loading…
Reference in a new issue