No description
Find a file
Breadway 6b5f4f475f Fix release pipeline: bakery.toml discovery and ECOSYSTEM_DIR on hestia
- Add bakery.toml describing the bakery binary as an installable product
- gen-index.sh: check DL_DIR/<pkg>/bakery.toml first (written by each
  product's release workflow), fall back to sibling checkout for local dev
- gen-index.sh: include bakery itself in the products list
- release.yml: use GITHUB_WORKSPACE instead of ECOSYSTEM_DIR (the
  bread-ecosystem runner IS the checkout, no separate clone needed)
- release.yml: copy bakery.toml to DL_DIR during artifact prep

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 22:30:29 +08:00
.github/workflows Fix release pipeline: bakery.toml discovery and ECOSYSTEM_DIR on hestia 2026-06-06 22:30:29 +08:00
bakery Init commit 2026-06-06 13:26:48 +08:00
bread-theme Init commit 2026-06-06 13:26:48 +08:00
registry Init commit 2026-06-06 13:26:48 +08:00
scripts Fix release pipeline: bakery.toml discovery and ECOSYSTEM_DIR on hestia 2026-06-06 22:30:29 +08:00
.gitignore Init commit 2026-06-06 13:26:48 +08:00
bakery.toml Fix release pipeline: bakery.toml discovery and ECOSYSTEM_DIR on hestia 2026-06-06 22:30:29 +08:00
Cargo.lock Init commit 2026-06-06 13:26:48 +08:00
Cargo.toml Init commit 2026-06-06 13:26:48 +08:00
README.md Capitalize ecosystem references in README.md 2026-06-06 05:52:01 +00:00

Bread Ecosystem

Welcome to the Bread Ecosystem!

This repository contains the core components and tools for the Bread Ecosystem, primarily focused on package management and theming.

Workspace Members

This Rust workspace contains the following crates:

  • bakery: The package manager for the Bread Ecosystem.
  • bread-theme: A shared theming crate integrating pywal and Catppuccin for the Bread Ecosystem, with optional support for GTK4 and Wayland.

License

This project is licensed under the MIT License.