deps: pin bread-utils to bread-ecosystem v0.7.1
Some checks failed
check / check (push) Failing after 1s

Replace the old `bread modules install` docs with `bakery install breadmon`.
Spell out that `hyprctl eval 'hl.monitor({...})'` is BOS-patched Hyprland
only, and that breadmon is not the bos-settings Display panel (which edits
monitors.json).
This commit is contained in:
Breadway 2026-08-15 21:35:35 +08:00
parent 598f85d930
commit 20d4825cf0
3 changed files with 19 additions and 14 deletions

View file

@ -19,8 +19,7 @@ toml = "0.8"
anyhow = "1"
dirs = "5"
futures = "0.3"
# TODO(owner): switch to tag-pinned git dependency once bread-utils is merged and tagged, matching the bread-theme pattern
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0" }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.1" }
[profile.release]
lto = "thin"