diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-17 22:45:31 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-17 22:45:31 -0400 |
| commit | e017b675d96c58924071ca6c739bbd7910a2b2b4 (patch) | |
| tree | d33397c25ab1f2ae4b2605324256cac8010c87eb /src/lib.rs | |
| parent | 4574ec41259f42dceea4f770290d9975a8943db0 (diff) | |
Depth ordering
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
