summaryrefslogtreecommitdiff
path: root/client/src/interfaces/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-26 15:10:37 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-26 15:10:37 +0100
commit66930534a0647e2613360658a6a99eed945e2f0f (patch)
tree31a769910ef924a11206f1024b4004f74b1e396f /client/src/interfaces/mod.rs
parent0163f8486ceca8bd6897c1074f6846f36827d040 (diff)
downloadweareserver-66930534a0647e2613360658a6a99eed945e2f0f.tar
weareserver-66930534a0647e2613360658a6a99eed945e2f0f.tar.bz2
weareserver-66930534a0647e2613360658a6a99eed945e2f0f.tar.zst
move files around, graphics config, msaa
Diffstat (limited to 'client/src/interfaces/mod.rs')
-rw-r--r--client/src/interfaces/mod.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/interfaces/mod.rs b/client/src/interfaces/mod.rs
index d7e8c7e..5fb9e6e 100644
--- a/client/src/interfaces/mod.rs
+++ b/client/src/interfaces/mod.rs
@@ -18,7 +18,9 @@ pub mod prefabindex;
pub mod profiler;
use crate::{
- download::Downloader, network::Network, render::scene::ScenePreparer, ui::UI_POSITION_OFFSET,
+ download::Downloader,
+ network::Network,
+ render::{scene::ScenePreparer, ui::UI_POSITION_OFFSET},
};
use egui::{Pos2, Widget};
use prefabindex::PrefabIndexInterface;