diff options
Diffstat (limited to 'client/src/main.rs')
-rw-r--r-- | client/src/main.rs | 6 |
1 files changed, 2 insertions, 4 deletions
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; |