library: add serialize module

This commit is contained in:
Bruno BELANYI 2020-03-18 14:31:17 +01:00
parent 076118edaa
commit a90d4d9405
2 changed files with 1 additions and 0 deletions

View file

@ -8,5 +8,6 @@ pub mod core;
pub mod light;
pub mod material;
pub mod render;
pub mod serialize;
pub mod shape;
pub mod texture;

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