libtray
Wrapper for dmikushin/tray
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:26 |
Tags
Authors
- neroist
Installation
nimble install libtray
choosenim install libtray
git clone https://github.com/neroist/libtray
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| libtray | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 2.0.0 | No |
Source
| Repository | https://github.com/neroist/libtray |
|---|---|
| Homepage | https://github.com/neroist/libtray |
| Registry Source | nimble_official |
README
libtray
Nim wrapper for tray.
Examples are available at examples/.
Compilation
This library supports similar define flags to uing (see Static vs. dynamic linking, just replace "libui" with "tray").
The dynlib and static lib paths may be configured with the trayLib define option.