From 36a2c12142b49f34c73e797e3ea38a9b44b9e179 Mon Sep 17 00:00:00 2001 From: Ward Date: Tue, 17 Jan 2017 00:26:16 +0800 Subject: [PATCH] Update packages.json --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 09b0e06..b359129 100644 --- a/packages.json +++ b/packages.json @@ -5708,5 +5708,19 @@ "description": "AJAX bindings for Nim's JavaScript target", "license": "MIT", "web": "https://gitlab.com/define-private-public/AJAX-Nim" + }, + { + "name": "winim", + "url": "https://github.com/khchen/winim", + "method": "git", + "tags": [ + "library", + "windows", + "api", + "com" + ], + "description": "Nim's Windows API and COM Library", + "license": "MIT", + "web": "https://github.com/khchen/winim" } ]