diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-07-23 12:37:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-23 12:37:29 +0100 |
| commit | a4540fcb3905b543f8834bea16debcb0fa515a7a (patch) | |
| tree | f33548038a00761b85766ce78026eb55de5d1382 | |
| parent | 3f74f1b53741ae3b348fdc68ff0fbbadb38d9e85 (diff) | |
| parent | 30667411370dca11bbea46ef0a9b9f3ab264513f (diff) | |
| download | packages-a4540fcb3905b543f8834bea16debcb0fa515a7a.tar.gz packages-a4540fcb3905b543f8834bea16debcb0fa515a7a.zip | |
Merge pull request #385 from roose/master
Add wox library
| -rw-r--r-- | packages.json | 12 |
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" } ] |
