aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-07-23 12:37:29 +0100
committerGitHub <noreply@github.com>2016-07-23 12:37:29 +0100
commita4540fcb3905b543f8834bea16debcb0fa515a7a (patch)
treef33548038a00761b85766ce78026eb55de5d1382
parent3f74f1b53741ae3b348fdc68ff0fbbadb38d9e85 (diff)
parent30667411370dca11bbea46ef0a9b9f3ab264513f (diff)
downloadpackages-a4540fcb3905b543f8834bea16debcb0fa515a7a.tar.gz
packages-a4540fcb3905b543f8834bea16debcb0fa515a7a.zip
Merge pull request #385 from roose/master
Add wox library
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a7c0b7c..9e32a26 100644
--- a/packages.json
+++ b/packages.json
@@ -4976,5 +4976,17 @@
"web": "https://github.com/miere43/autome",
"url": "https://github.com/miere43/autome",
"method": "git"
+ },
+ {
+ "name": "wox",
+ "description": "Helper library for writing Wox plugins in Nim",
+ "tags": [
+ "wox",
+ "plugins"
+ ],
+ "license": "MIT",
+ "web": "https://github.com/roose/nim-wox",
+ "url": "https://github.com/roose/nim-wox",
+ "method": "git"
}
]