summaryrefslogtreecommitdiff
path: root/client/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/main.rs')
-rw-r--r--client/src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/main.rs b/client/src/main.rs
index b90d26b..e1f556f 100644
--- a/client/src/main.rs
+++ b/client/src/main.rs
@@ -1,9 +1,10 @@
pub mod download;
pub mod network;
-pub mod part;
+pub mod scene_render;
pub mod renderer;
pub mod state;
pub mod window;
+pub mod scene_prepare;
use anyhow::Result;
use clap::Parser;