library: add serialize module
This commit is contained in:
parent
076118edaa
commit
a90d4d9405
2 changed files with 1 additions and 0 deletions
|
|
@ -8,5 +8,6 @@ pub mod core;
|
||||||
pub mod light;
|
pub mod light;
|
||||||
pub mod material;
|
pub mod material;
|
||||||
pub mod render;
|
pub mod render;
|
||||||
|
pub mod serialize;
|
||||||
pub mod shape;
|
pub mod shape;
|
||||||
pub mod texture;
|
pub mod texture;
|
||||||
|
|
|
||||||
0
src/serialize/mod.rs
Normal file
0
src/serialize/mod.rs
Normal file
Loading…
Add table
Add a link
Reference in a new issue