diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2026-05-05 09:12:50 -0400 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2026-05-05 09:12:50 -0400 |
| commit | be2cf936ca48f3d638c3ef01f4e338dfc904c5e3 (patch) | |
| tree | 9fbdbfbf3e0d427f3a6c4bd4c74901e421ef0ad6 /src/window.rs | |
| parent | b35d6cf47ed154697fb45e10586206295148eb35 (diff) | |
| download | systemic4x-be2cf936ca48f3d638c3ef01f4e338dfc904c5e3.tar.gz systemic4x-be2cf936ca48f3d638c3ef01f4e338dfc904c5e3.tar.bz2 systemic4x-be2cf936ca48f3d638c3ef01f4e338dfc904c5e3.zip | |
seperate orbit logic from body
Diffstat (limited to 'src/window.rs')
| -rw-r--r-- | src/window.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/window.rs b/src/window.rs index 73034ef..3461a53 100644 --- a/src/window.rs +++ b/src/window.rs @@ -6,8 +6,7 @@ use winit::event::{ElementState, WindowEvent}; use winit::keyboard::KeyCode; use crate::tacmap::TacticalMap; -use crate::{GameState, SystemicApp, ui}; -use crate::solar_system::{SolarSystem, SystemId}; +use crate::{GameState, ui}; use crate::wgpuctx::{RenderPassBuilder, SceneCtx, WgpuCtx}; use crate::eguictx::EguiCtx; |
