Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ use crate::{
banner::BannerState, persistence::ModelEvent, referral_theme_status::ReferralThemeStatus,
resource_center::TipsCompleted, settings::SettingsFileError,
};
use std::sync::mpsc::SyncSender;
use galaxyui::{Entity, ModelHandle, SingletonEntity};
use std::sync::mpsc::SyncSender;
/// Interfaces that allow us to interact with global resources owned by the main
/// thread that exist throughout the app including Model handles, channel senders,