Pin ecosystem crates off floating main; bakery pulls bread
bread-theme moves to git.breadway.dev v0.7.1. bread-utils and bread-screenshots pin ecosystem origin/main (v0.7.1 has no BreadClient::request and predates the screenshots crate). bread-shared pins bread v0.8.0-rc.1 — latest existing tag with widget wire types (v0.7.0 has none; v0.8.0 was never cut). bakery.toml sets bread_deps = ["bread"] so the daemon is installed alongside the bar. CLAUDE.md records the single-trunk workflow and the bar / notifications / OSD / widgets split.
This commit is contained in:
parent
d8c766abe4
commit
be0b54e1ea
6 changed files with 71 additions and 15 deletions
|
|
@ -3,7 +3,7 @@ description = "Minimal status bar and notification daemon for Hyprland"
|
|||
binaries = ["breadbar"]
|
||||
system_deps = ["gtk4", "gtk4-layer-shell", "wireplumber", "pipewire-pulse", "brightnessctl", "iw"]
|
||||
optional_system_deps = ["hyprland"]
|
||||
bread_deps = []
|
||||
bread_deps = ["bread"]
|
||||
license_file = "LICENSE"
|
||||
|
||||
[config]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue