From 30667411370dca11bbea46ef0a9b9f3ab264513f Mon Sep 17 00:00:00 2001 From: roose Date: Sat, 23 Jul 2016 10:42:28 +0600 Subject: [PATCH] Add wox library --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]