# 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