fix: switch bread-theme to git dep (v0.1.0) for CI

This commit is contained in:
Breadway 2026-06-06 23:26:20 +08:00
parent b3b3b86a76
commit 2db421d8eb
2 changed files with 50 additions and 51 deletions

View file

@ -10,9 +10,7 @@ keywords = ["wayland", "hyprland", "bar", "status-bar", "gtk4"]
categories = ["gui"]
[dependencies]
# Path dep for local dev; replace with git dep on first tag:
# bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "theme-v0.1.0", features = ["gtk"] }
bread-theme = { path = "../bread-ecosystem/bread-theme", features = ["gtk"] }
bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.1.0", features = ["gtk"] }
gtk4 = { version = "0.11", features = ["v4_12"] }
gtk4-layer-shell = "0.8"
relm4 = { version = "0.11", features = ["macros"] }