[PR #64] [MERGED] feat: add feature flags #4693

Closed
opened 2026-05-23 00:55:10 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/64
Author: @JakeStanger
Created: 2/1/2023
Status: Merged
Merged: 2/1/2023
Merged by: @JakeStanger

Base: masterHead: feat/build-flags


📝 Commits (3)

  • c347b6c feat: add feature flags
  • 2780d98 Merge branch 'master' into feat/build-flags
  • 6a39905 docs(compiling): add missing full stop

📊 Changes

16 files changed (+245 additions, -58 deletions)

View changed files

📝 .github/workflows/build.yml (+7 -1)
📝 Cargo.lock (+1 -0)
📝 Cargo.toml (+71 -18)
📝 README.md (+10 -4)
docs/Compiling.md (+51 -0)
📝 src/bar.rs (+10 -5)
📝 src/clients/compositor/mod.rs (+17 -2)
📝 src/clients/mod.rs (+3 -0)
📝 src/clients/music/mod.rs (+2 -0)
📝 src/config/impl.rs (+6 -1)
📝 src/config/mod.rs (+15 -5)
📝 src/image/gtk.rs (+2 -0)
📝 src/image/mod.rs (+2 -0)
📝 src/image/provider.rs (+43 -20)
📝 src/modules/launcher/mod.rs (+0 -2)
📝 src/modules/mod.rs (+5 -0)

📄 Description

Flags allow you to disable certain functionality and compile with only select features to reduce build time.

Resolves #54.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/64 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 2/1/2023 **Status:** ✅ Merged **Merged:** 2/1/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/build-flags` --- ### 📝 Commits (3) - [`c347b6c`](https://github.com/JakeStanger/ironbar/commit/c347b6c9449ce4e16e2e133d7dd35544ab9a533c) feat: add feature flags - [`2780d98`](https://github.com/JakeStanger/ironbar/commit/2780d98ee08ab5fd945f8b57cbd8f815a2b39dd3) Merge branch 'master' into feat/build-flags - [`6a39905`](https://github.com/JakeStanger/ironbar/commit/6a39905b4333582fbcda81a66a9b91055333d698) docs(compiling): add missing full stop ### 📊 Changes **16 files changed** (+245 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+7 -1) 📝 `Cargo.lock` (+1 -0) 📝 `Cargo.toml` (+71 -18) 📝 `README.md` (+10 -4) ➕ `docs/Compiling.md` (+51 -0) 📝 `src/bar.rs` (+10 -5) 📝 `src/clients/compositor/mod.rs` (+17 -2) 📝 `src/clients/mod.rs` (+3 -0) 📝 `src/clients/music/mod.rs` (+2 -0) 📝 `src/config/impl.rs` (+6 -1) 📝 `src/config/mod.rs` (+15 -5) 📝 `src/image/gtk.rs` (+2 -0) 📝 `src/image/mod.rs` (+2 -0) 📝 `src/image/provider.rs` (+43 -20) 📝 `src/modules/launcher/mod.rs` (+0 -2) 📝 `src/modules/mod.rs` (+5 -0) </details> ### 📄 Description Flags allow you to disable certain functionality and compile with only select features to reduce build time. Resolves #54. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:55:10 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#4693
No description provided.