Add push-mirror provisioning, bread_client, README/identity fixes; bump to 0.3.0
This commit is contained in:
parent
ab4e882baa
commit
8e82d2d833
11 changed files with 490 additions and 324 deletions
|
|
@ -18,6 +18,9 @@
|
|||
//! load/save discipline built on [`atomic`].
|
||||
//! - [`gtk_popup`] (feature `gtk`) — shared layer-shell popup window setup,
|
||||
//! list navigation, and click-outside-to-close.
|
||||
//! - [`bread_client`] (feature `bread-client`) — a persistent-connection
|
||||
//! client for breadd's IPC socket (emit + subscribe), for sibling
|
||||
//! `bread*` app daemons integrating with the bread automation fabric.
|
||||
|
||||
pub mod atomic;
|
||||
pub mod hypr;
|
||||
|
|
@ -42,3 +45,6 @@ pub mod tomlcfg;
|
|||
|
||||
#[cfg(feature = "gtk")]
|
||||
pub mod gtk_popup;
|
||||
|
||||
#[cfg(feature = "bread-client")]
|
||||
pub mod bread_client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue