dynisland 0.1.3

A Dynamic Island bar
1
2
3
4
5
6
7
8
9
10
11
12
//! This crate manages the dynisland window(s),
//! brings together the modules,
//! handles the configuration file
//! and manages the app lifecycle
//!

pub mod app;
pub mod cli;
pub mod config;
pub mod ipc;
pub mod layout_manager;
pub mod module_loading;