diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-24 16:01:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-24 16:01:11 +0100 |
commit | ce82f40bc4bd03963390d2c95ec688fccc4740b0 (patch) | |
tree | f00f4b1a525d70ebe7e5df38206c5b410ccee03d /client/src/main.rs | |
parent | 3344eb2d678f9c5973c8e38083760254b54c20fc (diff) | |
download | weareserver-ce82f40bc4bd03963390d2c95ec688fccc4740b0.tar weareserver-ce82f40bc4bd03963390d2c95ec688fccc4740b0.tar.bz2 weareserver-ce82f40bc4bd03963390d2c95ec688fccc4740b0.tar.zst |
break things
Diffstat (limited to 'client/src/main.rs')
-rw-r--r-- | client/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/main.rs b/client/src/main.rs index 673a71f..4d696b7 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -22,7 +22,6 @@ pub mod download; pub mod interfaces; pub mod network; pub mod render; -pub mod scene_prepare; pub mod shaders; pub mod state; pub mod ui; |