From e017b675d96c58924071ca6c739bbd7910a2b2b4 Mon Sep 17 00:00:00 2001 From: Micha White Date: Mon, 17 Oct 2022 22:45:31 -0400 Subject: Depth ordering --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index aefcb70..f5403f2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ #![warn(clippy::nursery)] #![allow(clippy::module_name_repetitions)] -pub mod camera; +mod camera; pub mod config; pub mod instance; pub mod renderer; -- cgit v1.2.3