[PR #4] [MERGED] Add tokio feature for zbus; Add basic example as example/basic.rs #11

Closed
opened 2026-05-22 22:04:49 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/system-tray/pull/4
Author: @ogios
Created: 11/17/2024
Status: Merged
Merged: 11/17/2024
Merged by: @JakeStanger

Base: masterHead: master


📝 Commits (3)

  • edd6848 add tokio feature for zbus; add basic example
  • b44b073 allow unused variable for example
  • 698737c drop unused variable initial_items

📊 Changes

3 files changed (+54 additions, -2 deletions)

View changed files

📝 Cargo.lock (+37 -1)
📝 Cargo.toml (+1 -1)
examples/basic.rs (+16 -0)

📄 Description

The example in README.md can not be executed directly, missing tokio feature.


🔄 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/system-tray/pull/4 **Author:** [@ogios](https://github.com/ogios) **Created:** 11/17/2024 **Status:** ✅ Merged **Merged:** 11/17/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`edd6848`](https://github.com/JakeStanger/system-tray/commit/edd684858dd97352b09a4872f547b20531b112ea) add tokio feature for zbus; add basic example - [`b44b073`](https://github.com/JakeStanger/system-tray/commit/b44b073ba579145ba2058b2872d9abeacb317bbd) allow unused variable for example - [`698737c`](https://github.com/JakeStanger/system-tray/commit/698737c91bbde6b93c6134441c1df5c1be758cb9) drop unused variable initial_items ### 📊 Changes **3 files changed** (+54 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+37 -1) 📝 `Cargo.toml` (+1 -1) ➕ `examples/basic.rs` (+16 -0) </details> ### 📄 Description The example in [README.md](https://github.com/JakeStanger/system-tray/blob/master/README.md#example) can not be executed directly, missing `tokio` feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:04:49 +01:00
Sign in to join this conversation.
No labels
pull-request
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/system-tray#11
No description provided.