tray-item

Crates.iotray-item
lib.rstray-item
version0.10.0
sourcesrc
created_at2020-05-21 02:38:44.442227
updated_at2024-04-07 14:54:43.02648
descriptionSuper simple API to make tray icons/menus on Windows, Mac & Linux
homepagehttps://github.com/olback/tray-item-rs
repositoryhttps://github.com/olback/tray-item-rs
max_upload_size
id243994
size74,737
Edwin (olback)

documentation

README

Multi-platform Tray Indicator

Cargo Check CircleCI

Please see the 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.

  • Linux
  • Windows
  • 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
Commit count: 101

cargo fmt