chore(release): v0.1.29

This commit is contained in:
LGUG2Z
2024-09-26 18:14:00 -07:00
parent d6ae81af13
commit 818ac3404c
9 changed files with 9 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ use serde::Serialize;
use std::path::PathBuf;
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
/// The `komorebi.bar.json` configuration file reference for `v0.1.29`
pub struct KomobarConfig {
/// Viewport options (see: https://docs.rs/egui/latest/egui/viewport/struct.ViewportBuilder.html)
pub viewport: Option<ViewportConfig>,