breadhelp/Cargo.toml
Breadway 646587585c
All checks were successful
Build and publish package / package (push) Successful in 1m36s
breadhelp: bump version to 0.2.1
2026-07-16 18:25:01 +08:00

19 lines
633 B
TOML

[package]
name = "breadhelp"
version = "0.2.1"
edition = "2021"
[dependencies]
gtk4 = { version = "0.11", features = ["v4_12"] }
gdk4 = "0.11"
gtk4-layer-shell = "0.8"
glib = "0.22"
# Shared ecosystem theming — same generated stylesheet bos-settings/breadbar/
# breadbox/breadpad load, so this looks like part of the same desktop.
bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.2.10", features = ["gtk"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"
# Non-destructive state editing (mirrors bos-settings/src/config/mod.rs).
toml_edit = "0.22"
async-channel = "2"