From 0a44899edb3b523f1addb9e73ee028cf0c104859 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 18 Jan 2016 00:57:34 +0000 Subject: [PATCH] Added notifications library --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ]