Compare commits

..

No commits in common. "e98e37dbf10a97c2fe62ad79bc5adb142cd26493" and "8456424f1ab77cc0179e898ad0eb2997cc1e20de" have entirely different histories.

3 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# AGENTS.md — Repo hygiene
# CLAUDE.md — Repo hygiene
Scope: this file covers *repo hygiene* — branching, remotes, CI — plus a
short map of the binaries. It is not user-facing project documentation.

6
Cargo.lock generated
View file

@ -94,10 +94,10 @@ dependencies = [
[[package]]
name = "bread-screenshots"
version = "0.3.1"
source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?rev=69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d#69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d"
source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?branch=main#f86e299f4a0ea73ff485cd84923b986ddcc8242e"
dependencies = [
"anyhow",
"bread-utils 0.3.1 (git+https://git.breadway.dev/Breadway/bread-ecosystem?rev=69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d)",
"bread-utils 0.3.1 (git+https://git.breadway.dev/Breadway/bread-ecosystem?branch=main)",
"tracing",
]
@ -139,7 +139,7 @@ dependencies = [
[[package]]
name = "bread-utils"
version = "0.3.1"
source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?rev=69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d#69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d"
source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?branch=main#f86e299f4a0ea73ff485cd84923b986ddcc8242e"
dependencies = [
"dirs",
"serde",

View file

@ -14,8 +14,7 @@ bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag =
# Capture primitives for `--screenshot` mode — see src/screenshot.rs.
# Not in bread-ecosystem v0.7.1 (crate landed after that tag); same remote
# as the tag-pinned deps, floating on main until the next ecosystem release.
# v0.7.1 predates this crate; rev-pin so this is not `branch = "main"`.
bread-screenshots = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", rev = "69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d" }
bread-screenshots = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", branch = "main" }
gtk4 = { version = "0.11", features = ["v4_12"] }
gtk4-layer-shell = "0.8"
serde_json = "1"