No description
Find a file
2024-05-29 11:59:51 -04:00
.github/workflows inc action versions 2024-05-27 14:09:00 -04:00
examples init 2024-05-27 12:58:36 -04:00
src add -framework Cocoa for macos 2024-05-29 11:58:04 -04:00
tests init 2024-05-27 12:58:36 -04:00
.gitattributes add *.moc to gitattributes 2024-05-29 11:59:51 -04:00
.gitignore init 2024-05-27 12:58:36 -04:00
libtray.nimble init 2024-05-27 12:58:36 -04:00
LICENSE init 2024-05-27 12:58:36 -04:00
nimdoc.cfg add nimdoc config 2024-05-27 13:59:45 -04:00
README.md init 2024-05-27 12:58:36 -04:00

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.