Pin bread-theme to v0.7.1; document Super+U and unshipped ONNX model
Some checks failed
check / check (push) Failing after 1s
Some checks failed
check / check (push) Failing after 1s
bread-screenshots is not on the v0.7.1 tag, so it is rev-pinned instead of floating on branch=main. bread-theme v0.7.1 has no adw/chip helpers; breadman keeps local shims. CLAUDE.md records the single-trunk workflow.
This commit is contained in:
parent
fde2c7571d
commit
b9c2702168
11 changed files with 113 additions and 51 deletions
|
|
@ -12,11 +12,10 @@ path = "src/main.rs"
|
|||
[dependencies]
|
||||
breadpad-shared = { path = "../breadpad-shared" }
|
||||
# Capture primitives for `--screenshot` mode — see src/screenshot.rs.
|
||||
bread-screenshots = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", branch = "main" }
|
||||
# libadwaita-based settings-screen components (see src/views/settings.rs) —
|
||||
# on "dev", not breadpad-shared's tag-pinned copy, since the `adw` feature
|
||||
# doesn't exist on a tagged release yet.
|
||||
bread-theme = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", branch = "main", features = ["adw"] }
|
||||
# v0.7.1 predates this crate; rev-pin so this is not `branch = "main"`.
|
||||
bread-screenshots = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", rev = "69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d" }
|
||||
# `adw` / `chip` landed after v0.7.1 — breadman keeps local shims (see src/theme_widgets.rs).
|
||||
bread-theme = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.1", features = ["gtk"] }
|
||||
libadwaita = { version = "0.9", features = ["v1_7"] }
|
||||
anyhow.workspace = true
|
||||
tracing.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue