anime: initial system config work

This commit is contained in:
Luke D Jones
2021-04-12 12:51:34 +12:00
parent 64d99a3e05
commit 8a6d364304
32 changed files with 624 additions and 226 deletions

View File

@@ -1,4 +1,3 @@
use rog_aura::AuraEffect;
use rog_types::{gfx_vendors::GfxVendors, profile::Profile};
use serde_derive::{Deserialize, Serialize};
use std::collections::BTreeMap;
@@ -66,7 +65,6 @@ impl ConfigV324 {
}
}
#[derive(Deserialize, Serialize)]
pub struct ConfigV341 {
pub gfx_mode: GfxVendors,
@@ -94,4 +92,4 @@ impl ConfigV341 {
power_profiles: self.power_profiles,
}
}
}
}