From 9fa0da1b83b2888a3431e7d4f9935f1380cdd3fe Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 17 Mar 2020 14:09:07 +0100 Subject: [PATCH] library: add material module --- src/lib.rs | 1 + src/material/mod.rs | 0 2 files changed, 1 insertion(+) create mode 100644 src/material/mod.rs diff --git a/src/lib.rs b/src/lib.rs index 6e17d91..1db7ff7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,4 +6,5 @@ pub type Vector = Vector3; pub mod core; pub mod light; +pub mod material; pub mod shape; diff --git a/src/material/mod.rs b/src/material/mod.rs new file mode 100644 index 0000000..e69de29