SHOULD have a handler for config/CLI parses

This commit is contained in:
2026-05-28 18:55:03 +02:00
parent 54e8a265d0
commit d098375da6
3 changed files with 116 additions and 88 deletions
-2
View File
@@ -10,12 +10,10 @@ pub struct Config {
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct EffectsConfig {
pub mode: String,
pub corner_radius: f32,
pub drop_shadow: bool,
pub rounded_corners: bool,
pub shadow_blur_radius: f32,
pub shadow_blur_passes: u32,
pub shadow_color: [u8; 4],
pub shadow_offset_x: f32,
pub shadow_offset_y: f32,