aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-09-24 20:01:52 -0700
committerGitHub <noreply@github.com>2018-09-24 20:01:52 -0700
commit2782863eefd79842100e1c3b25d8e59016594706 (patch)
tree81802c580dd9d9180fa5d2c4cdc41a5cab69f27c
parent708ef0efaa67a363dcd089959f88b7626118f31e (diff)
parentbe9160b4a593bcb8ed06a57deb16935178f0b37f (diff)
downloadpackages-2782863eefd79842100e1c3b25d8e59016594706.tar.gz
packages-2782863eefd79842100e1c3b25d8e59016594706.zip
Merge pull request #865 from juancarlospaco/add-tinyfiledialogs1157
Added package tinyfiledialogs
-rw-r--r--packages.json22
1 files changed, 21 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 4e2e5cd..26b2677 100644
--- a/packages.json
+++ b/packages.json
@@ -10784,9 +10784,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"
}
]