move stuff to frontend.rs

This commit is contained in:
Aleksander
2025-11-05 21:12:01 +01:00
parent 6406b1e694
commit 33955498cc
4 changed files with 188 additions and 184 deletions

View File

@@ -6,7 +6,7 @@ use wgui::{
layout::{Layout, WidgetID},
};
use crate::{FrontendTask, RcFrontend};
use crate::frontend::{FrontendTask, RcFrontend};
pub mod apps;
pub mod games;