From c38db024887e24b1e252fc4e05cfe780f932d6ec Mon Sep 17 00:00:00 2001 From: c6h4clch3 Date: Wed, 5 Feb 2020 14:55:20 +0900 Subject: [PATCH] Added package nimsuite (#1351) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 6306b1e..ab61ec4 100644 --- a/packages.json +++ b/packages.json @@ -16423,5 +16423,16 @@ "description": "Engine-agnostic library for computing 2D raycasted lights", "license": "MIT", "web": "https://github.com/liquid600pgm/delight" + }, + { + "name": "nimsuite", + "url": "https://github.com/c6h4clch3/NimSuite", + "method": "git", + "tags": [ + "unittest" + ], + "description": "a simple test framework for nim.", + "license": "MIT", + "web": "https://github.com/c6h4clch3/NimSuite" } ]