chore(dev): begin v0.1.30-dev

This commit is contained in:
LGUG2Z
2024-09-28 11:50:25 -07:00
parent e4b7adeb0f
commit a1f1be0afe
10 changed files with 76 additions and 82 deletions

View File

@@ -10,7 +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`
/// The `komorebi.bar.json` configuration file reference for `v0.1.30`
pub struct KomobarConfig {
/// Viewport options (see: https://docs.rs/egui/latest/egui/viewport/struct.ViewportBuilder.html)
pub viewport: Option<ViewportConfig>,