clean up imports and reorganize the ssd bits into a graphics mod

This commit is contained in:
2025-10-26 11:14:28 +01:00
parent 27e92edef0
commit 4776227793
17 changed files with 396 additions and 375 deletions

View File

@@ -4,7 +4,7 @@ use figments_render::output::Brightness;
use core::{fmt::Debug, ops::{Deref, DerefMut}};
use log::*;
use crate::display::DisplayControls;
use crate::graphics::display::DisplayControls;
#[derive(Default, Debug, Clone, Copy)]
pub struct Animation {