diff options
Diffstat (limited to 'client/src/main.rs')
-rw-r--r-- | client/src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/main.rs b/client/src/main.rs index 4d696b7..e5141c7 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -22,9 +22,7 @@ pub mod download; pub mod interfaces; pub mod network; pub mod render; -pub mod shaders; pub mod state; -pub mod ui; pub mod window; use anyhow::Result; |