diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-18 00:57:34 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-18 00:57:34 +0000 |
| commit | 0a44899edb3b523f1addb9e73ee028cf0c104859 (patch) | |
| tree | 285f6d48cf1d2fd366be371cc7c9e70f5c61066b | |
| parent | f7f014304522bbce97e861d7e4eb2a8b8f0ef885 (diff) | |
| download | packages-0a44899edb3b523f1addb9e73ee028cf0c104859.tar.gz packages-0a44899edb3b523f1addb9e73ee028cf0c104859.zip | |
Added notifications library
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fb16f6b..8212ff7 100644 --- a/packages.json +++ b/packages.json @@ -3980,5 +3980,21 @@ "description": "Nim port of a simple 2D physics engine", "license": "zlib", "web": "https://github.com/matkuki/Nim-Impulse-Engine" + }, + { + "name": "notifications", + "url": "git://github.com/dom96/notifications", + "method": "git", + "tags": [ + "notifications", + "alerts", + "gui", + "toasts", + "macosx", + "cocoa" + ], + "description": "Library for displaying notifications on the desktop", + "license": "MIT", + "web": "https://github.com/dom96/notifications" } ] |
