breadbox/breadbox/Cargo.toml
Breadway 006caf0fd5
All checks were successful
Mirror to GitHub / mirror (push) Successful in 1s
release / build (push) Successful in 1m16s
Build and publish package / package (push) Successful in 1m54s
breadbox: bump version to 0.2.7
2026-07-16 18:04:39 +08:00

16 lines
392 B
TOML

[package]
name = "breadbox"
version = "0.2.7"
edition = "2021"
license = "MIT"
[[bin]]
name = "breadbox"
path = "src/main.rs"
[dependencies]
bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.2.10", features = ["gtk"] }
breadbox-shared = { path = "../breadbox-shared" }
gtk4 = { version = "0.11", features = ["v4_12"] }
gtk4-layer-shell = "0.8"
serde_json = "1"