From d85233a388e4757c70c8368f610a80a73ca79f14 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Jun 2026 05:50:18 +0000 Subject: [PATCH 1/3] Add README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..194fc50 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Bread Ecosystem + +Welcome to the **Bread Ecosystem**! + +This repository contains the core components and tools for the Breadway ecosystem, primarily focused on package management and theming. + +## Workspace Members + +This Rust workspace contains the following crates: + +- **[`bakery`](./bakery)**: The package manager for the bread ecosystem. +- **[`bread-theme`](./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. From fa3921d06cda46c40aee68a1df559c17b6cedc99 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Jun 2026 05:51:41 +0000 Subject: [PATCH 2/3] Fix naming consistency in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 194fc50..02ab7fc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Welcome to the **Bread Ecosystem**! -This repository contains the core components and tools for the Breadway ecosystem, primarily focused on package management and theming. +This repository contains the core components and tools for the Bread Ecosystem, primarily focused on package management and theming. ## Workspace Members From 68c00a5e49ecfcc234788a54ac4908d33cb84481 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Jun 2026 05:52:01 +0000 Subject: [PATCH 3/3] Capitalize ecosystem references in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02ab7fc..074b6df 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This repository contains the core components and tools for the Bread Ecosystem, This Rust workspace contains the following crates: -- **[`bakery`](./bakery)**: The package manager for the bread ecosystem. -- **[`bread-theme`](./bread-theme)**: A shared theming crate integrating pywal and Catppuccin for the bread ecosystem, with optional support for GTK4 and Wayland. +- **[`bakery`](./bakery)**: The package manager for the Bread Ecosystem. +- **[`bread-theme`](./bread-theme)**: A shared theming crate integrating pywal and Catppuccin for the Bread Ecosystem, with optional support for GTK4 and Wayland. ## License