Honor bread.command.shot.region via breadshot listen
Some checks failed
dev release / build (push) Failing after 0s

Pin bread-utils to bread-ecosystem v0.7.2. breadshot listen
subscribes to bread.command.shot.**, runs the same region capture
as the CLI (clipboard-only), and emits bread.shot.region.done /
.failed.
This commit is contained in:
Breadway 2026-08-15 22:49:51 +08:00
parent c68214a6ab
commit 365072d65e
7 changed files with 227 additions and 52 deletions

View file

@ -16,7 +16,7 @@ serde_json = "1"
toml = "0.8"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.1", features = ["bread-client"] }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.2", features = ["bread-client"] }
[profile.release]
lto = "thin"