tray-item 0.4.0-alpha

Super simple API to make tray icons/menus on Windows, Mac & Linux
docs.rs failed to build tray-item-0.4.0-alpha
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tray-item-0.7.1

[WIP] Multi-platform Tray Indicator

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

  • Linux
  • Windows
  • MacOS*

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

Todo:

  • Docs