breadlock/breadgreet/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

25 lines
719 B
TOML

[package]
name = "breadgreet"
version = "0.1.1"
edition = "2021"
license = "MIT"
authors = ["Breadway <rileyhorsham@gmail.com>"]
description = "Graphical greetd greeter for Hyprland / Wayland"
[[bin]]
name = "breadgreet"
path = "src/main.rs"
[dependencies]
breadlock-ui = { path = "../breadlock-ui" }
bread-theme = { workspace = true, features = ["gtk"] }
gtk4 = { version = "0.11", features = ["v4_12"] }
relm4 = { version = "0.11", features = ["macros"] }
greetd_ipc = { version = "0.10", default-features = false, features = ["tokio-codec"] }
chrono = "0.4"
tokio.workspace = true
serde.workspace = true
toml.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
thiserror.workspace = true