Crates.io | tray-item |
lib.rs | tray-item |
version | 0.10.0 |
source | src |
created_at | 2020-05-21 02:38:44.442227 |
updated_at | 2024-04-07 14:54:43.02648 |
description | Super simple API to make tray icons/menus on Windows, Mac & Linux |
homepage | https://github.com/olback/tray-item-rs |
repository | https://github.com/olback/tray-item-rs |
max_upload_size | |
id | 243994 |
size | 74,737 |
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.
* 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.