From dcbfa6c1fcd9932e91849386ba0b9786d0c91a2f Mon Sep 17 00:00:00 2001 From: Rostyslav Dzinko Date: Wed, 23 Dec 2015 11:34:27 +0200 Subject: [PATCH] Changed dash to underscore in package name --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fbad044..486291a 100644 --- a/packages.json +++ b/packages.json @@ -3770,5 +3770,19 @@ "description": "Lightweight i3 status bar.", "license": "GPLv3", "web": "https://github.com/FedericoCeratto/nimi3status" + }, + { + "name": "native_dialogs", + "url": "https://github.com/SSPkrolik/nim-native-dialogs.git", + "method": "git", + "tags": [ + "ui", + "gui", + "cross-platform", + "library" + ], + "description": "Implements framework-agnostic native operating system dialogs calls", + "license": "MIT", + "web": "https://github.com/SSPkrolik/nim-native-dialogs" } ]