tray-item 0.10.0

Super simple API to make tray icons/menus on Windows, Mac & Linux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Multi-platform Tray Indicator

[![Cargo Check](https://github.com/olback/tray-item-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/olback/tray-item-rs/actions/workflows/rust.yml) [![CircleCI](https://circleci.com/gh/olback/tray-item-rs/tree/master.svg?style=svg)](https://circleci.com/gh/olback/tray-item-rs/tree/master)

Please see the [examples](https://github.com/olback/tray-item-rs/tree/master/examples) as documentation is currently lacking.

Tray Indicator uses icons from gresources on Linux and `.rc`-files on Windows.  
These resourses have to be packed into the final binary.

* [x] Linux
* [x] Windows
* [x] MacOS*

\* MacOS does not allow running applications in threads other than main, meaning that
it is not possible to listen for events in a new thread. See the `macos.rs` example for a how-to.

### Todo:
* [ ] Docs