diff --git a/src/lib.rs b/src/lib.rs index 1db7ff7..9d751af 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,3 +8,4 @@ pub mod core; pub mod light; pub mod material; pub mod shape; +pub mod texture; diff --git a/src/texture/mod.rs b/src/texture/mod.rs new file mode 100644 index 0000000..e69de29