From 461f02628bfa60ff826add14755a523f72212f95 Mon Sep 17 00:00:00 2001 From: Max Grender-Jones Date: Mon, 25 May 2020 00:42:33 +0100 Subject: [PATCH 1/2] Added package therapist --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 48914d5..a5302c9 100644 --- a/packages.json +++ b/packages.json @@ -17970,5 +17970,17 @@ "description": "nmi display animations aimed to correct users who accidentally enter nmi instead of nim.", "license": "MIT", "web": "https://github.com/jiro4989/nmi" + }, + { + "name": "therapist", + "url": "https://bitbucket.org/maxgrenderjones/therapist", + "method": "git", + "tags": [ + "argparse", + "library" + ], + "description": "Type-safe commandline parsing with minimal magic", + "license": "MIT", + "web": "https://bitbucket.org/maxgrenderjones/therapist" } ] From e39ae88524d8d6eafef4a457b651817dcb5d306e Mon Sep 17 00:00:00 2001 From: SakiKawasaki Date: Mon, 25 May 2020 10:34:11 +0700 Subject: [PATCH 2/2] Added package nodesnim --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 48914d5..bf44811 100644 --- a/packages.json +++ b/packages.json @@ -17970,5 +17970,20 @@ "description": "nmi display animations aimed to correct users who accidentally enter nmi instead of nim.", "license": "MIT", "web": "https://github.com/jiro4989/nmi" + }, + { + "name": "nodesnim", + "url": "https://github.com/Ethosa/nodesnim", + "method": "git", + "tags": [ + "GUI", + "2D", + "framework", + "OpenGL", + "SDL2" + ], + "description": "The Nim GUI/2D framework based on OpenGL and SDL2.", + "license": "MIT", + "web": "https://github.com/Ethosa/nodesnim" } ]