library: add serialize module
This commit is contained in:
parent
076118edaa
commit
a90d4d9405
|
@ -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…
Reference in a new issue