From be9160b4a593bcb8ed06a57deb16935178f0b37f Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Sun, 23 Sep 2018 08:57:49 -0300 Subject: [PATCH] Added package tinyfiledialogs --- packages.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 183c9f4..51bb0db 100644 --- a/packages.json +++ b/packages.json @@ -10762,9 +10762,29 @@ "name": "finals", "url": "https://github.com/quelklef/nim-finals", "method": "git", - "tags": ["types"], + "tags": [ + "types" + ], "description": "Transparently declare single-set attributes on types.", "license": "MIT", "web": "https://github.com/Quelklef/nim-finals" + }, + { + "name": "tinyfiledialogs", + "url": "https://github.com/juancarlospaco/nim-tinyfiledialogs", + "method": "git", + "tags": [ + "gui", + "wrapper", + "gtk", + "qt", + "linux", + "windows", + "mac", + "osx" + ], + "description": "TinyFileDialogs for Nim.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-tinyfiledialogs" } ]