diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-26 15:10:37 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-26 15:10:37 +0100 |
commit | 66930534a0647e2613360658a6a99eed945e2f0f (patch) | |
tree | 31a769910ef924a11206f1024b4004f74b1e396f /client/src/main.rs | |
parent | 0163f8486ceca8bd6897c1074f6846f36827d040 (diff) | |
download | weareserver-66930534a0647e2613360658a6a99eed945e2f0f.tar weareserver-66930534a0647e2613360658a6a99eed945e2f0f.tar.bz2 weareserver-66930534a0647e2613360658a6a99eed945e2f0f.tar.zst |
move files around, graphics config, msaa
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; |