breadlock/breadlock-ui/Cargo.toml
Breadway bffa521f47
All checks were successful
Mirror to GitHub / mirror (push) Successful in 1s
Build and publish package / package (push) Successful in 2m43s
Bump bread-theme to v0.2.10 (fixed dark background/surface, accent-only pywal)
Pulls the fix for panels turning brown/off-hue when pywal extracts a light
or muddy background from the wallpaper — background/surface now stay BOS's
fixed dark constants regardless of what the wallpaper looks like.
2026-07-03 22:51:20 +08:00

20 lines
573 B
TOML

[package]
name = "breadlock-ui"
version = "0.1.1"
edition = "2021"
license = "MIT"
authors = ["Breadway <rileyhorsham@gmail.com>"]
[dependencies]
bread-theme.workspace = true
serde.workspace = true
toml.workspace = true
# Software-rendering primitives (breadlock only — breadgreet draws via GTK/CSS
# instead, so it builds without pulling these in).
tiny-skia = { version = "0.12", optional = true }
cosmic-text = { version = "0.14", optional = true }
chrono = { version = "0.4", optional = true }
[features]
paint = ["dep:tiny-skia", "dep:cosmic-text", "dep:chrono"]