From 6aaf92782302d42fd5e1a3d191badaa87ed459c2 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 16 Mar 2020 15:25:03 +0100 Subject: [PATCH] library: add shape module --- src/lib.rs | 1 + src/shape/mod.rs | 0 2 files changed, 1 insertion(+) create mode 100644 src/shape/mod.rs diff --git a/src/lib.rs b/src/lib.rs index 43f9a05..fed05a6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,3 +6,4 @@ pub type Vector = Vector3; pub mod core; pub mod light; +pub mod shape; diff --git a/src/shape/mod.rs b/src/shape/mod.rs new file mode 100644 index 0000000..e69de29