From 3344eb2d678f9c5973c8e38083760254b54c20fc Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 23 Jan 2025 22:45:35 +0100 Subject: split scene_prepare to many files --- client/src/main.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'client/src/main.rs') diff --git a/client/src/main.rs b/client/src/main.rs index e72e3b0..673a71f 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -20,15 +20,13 @@ pub mod audio; pub mod camera; pub mod download; pub mod interfaces; -pub mod meshops; pub mod network; -pub mod renderer; +pub mod render; pub mod scene_prepare; -pub mod scene_render; +pub mod shaders; pub mod state; pub mod ui; pub mod window; -pub mod shaders; use anyhow::Result; use clap::Parser; -- cgit v1.2.3-70-g09d2