aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-01-18 00:57:34 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2016-01-18 00:57:34 +0000
commit0a44899edb3b523f1addb9e73ee028cf0c104859 (patch)
tree285f6d48cf1d2fd366be371cc7c9e70f5c61066b
parentf7f014304522bbce97e861d7e4eb2a8b8f0ef885 (diff)
downloadpackages-0a44899edb3b523f1addb9e73ee028cf0c104859.tar.gz
packages-0a44899edb3b523f1addb9e73ee028cf0c104859.zip
Added notifications library
-rw-r--r--packages.json16
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"
}
]