All checks were successful
Mirror to GitHub / mirror (push) Successful in 3s
Use bread-theme 0.2.7's luminance-picked ink (@on-*): type chips on @overlay and selected sidebar rows / confirm buttons on @blue kept @fg or @bg, which vanished when those slots came out light/dark. They now use @on-overlay / @on-accent. Add breadpad_shared::theme::apply_live (wraps bread_theme::gtk::apply_app_css) so breadpad and breadman recolour live on `bread-theme reload` and re-read the user's style.css — replacing the build-once provider. bread-theme bumped to v0.2.7 (gtk feature). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
31 lines
776 B
TOML
31 lines
776 B
TOML
[package]
|
|
name = "breadpad-shared"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
|
|
[dependencies]
|
|
bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.2.7", features = ["gtk"] }
|
|
anyhow.workspace = true
|
|
tracing.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
uuid.workspace = true
|
|
chrono.workspace = true
|
|
rrule.workspace = true
|
|
tokio.workspace = true
|
|
zbus.workspace = true
|
|
ort.workspace = true
|
|
tokenizers.workspace = true
|
|
ndarray.workspace = true
|
|
toml.workspace = true
|
|
dirs.workspace = true
|
|
regex.workspace = true
|
|
ureq.workspace = true
|
|
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
|
|
ical = "0.11"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|