separate windows out, IPCcargo run --release!

This commit is contained in:
stjet
2024-10-22 05:28:23 +00:00
parent decf1d3b82
commit cfece80c66
22 changed files with 305 additions and 135 deletions

View File

@@ -1,3 +1,5 @@
use serde::{ Deserialize, Serialize };
use crate::framebuffer::RGBColor;
#[derive(PartialEq, Default)]
@@ -7,6 +9,7 @@ pub enum Themes {
//
}
#[derive(Serialize, Deserialize)]
pub struct ThemeInfo {
pub top: RGBColor,
pub background: RGBColor,