Release 0.1.7: shared bread-theme stylesheet

Pin bread-theme v0.2.6 and load the shared ecosystem stylesheet.
This commit is contained in:
Breadway 2026-06-16 18:31:18 +08:00
parent 0cb27ec1c4
commit 22bfe6028c
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -108,8 +108,8 @@ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
[[package]]
name = "bread-theme"
version = "0.1.0"
source = "git+https://github.com/Breadway/bread-ecosystem?tag=v0.1.0#6b5f4f475f66a645b08cb865e6dda8228d23679b"
version = "0.2.3"
source = "git+https://github.com/Breadway/bread-ecosystem?tag=v0.2.6#0c8c5c00e435fedff4f81e36d603424c153519a9"
dependencies = [
"dirs",
"gtk4",
@ -119,7 +119,7 @@ dependencies = [
[[package]]
name = "breadbar"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"bread-theme",
"futures-lite",

View file

@ -1,6 +1,6 @@
[package]
name = "breadbar"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
description = "Minimal status bar and notification daemon for Hyprland on Wayland"
license = "MIT"