diff options
| author | juancarlospaco <juancarlospaco@gmail.com> | 2018-09-23 08:57:49 -0300 |
|---|---|---|
| committer | juancarlospaco <juancarlospaco@gmail.com> | 2018-09-23 08:57:49 -0300 |
| commit | be9160b4a593bcb8ed06a57deb16935178f0b37f (patch) | |
| tree | 98fc2bf07d2dba5cf38bb67dd1d18e85b7e32ed6 | |
| parent | 203ce2f00e5f414ec51872ea80e7379f9c690414 (diff) | |
| download | packages-be9160b4a593bcb8ed06a57deb16935178f0b37f.tar.gz packages-be9160b4a593bcb8ed06a57deb16935178f0b37f.zip | |
Added package tinyfiledialogs
| -rw-r--r-- | packages.json | 22 |
1 files changed, 21 insertions, 1 deletions
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" } ] |
