library: add shape module
This commit is contained in:
parent
30c48ea021
commit
6aaf927823
|
@ -6,3 +6,4 @@ pub type Vector = Vector3<f64>;
|
||||||
|
|
||||||
pub mod core;
|
pub mod core;
|
||||||
pub mod light;
|
pub mod light;
|
||||||
|
pub mod shape;
|
||||||
|
|
0
src/shape/mod.rs
Normal file
0
src/shape/mod.rs
Normal file
Loading…
Reference in a new issue