From 632465b217726dea738de58025ece78bb985cafe Mon Sep 17 00:00:00 2001 From: Code Hz Date: Thu, 11 Feb 2021 04:31:36 +0800 Subject: [PATCH] Add winres --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 8cd0d53..d3298b5 100644 --- a/packages.json +++ b/packages.json @@ -21548,5 +21548,17 @@ "description": "Provides access to the rdrand and rdseed instructions. Based on Intel's DRNG Library (libdrng)", "license": "MIT", "web": "https://github.com/rockcavera/nim-drng" + }, + { + "name": "winres", + "url": "https://github.com/codehz/nim-winres", + "method": "git", + "tags": [ + "windows", + "resource" + ], + "description": "Windows resource file generator", + "license": "MIT", + "web": "https://github.com/codehz/nim-winres" } ]