library: add shape module

This commit is contained in:
Bruno BELANYI 2020-03-16 15:25:03 +01:00
parent 30c48ea021
commit 6aaf927823
2 changed files with 1 additions and 0 deletions

View file

@ -6,3 +6,4 @@ pub type Vector = Vector3<f64>;
pub mod core;
pub mod light;
pub mod shape;

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