From 66930534a0647e2613360658a6a99eed945e2f0f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 26 Jan 2025 15:10:37 +0100 Subject: move files around, graphics config, msaa --- client/src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/src/main.rs') 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; -- cgit v1.2.3-70-g09d2