From f872aec8b2914aa58785c534c44a6536d391fcb8 Mon Sep 17 00:00:00 2001 From: treeform Date: Wed, 15 Jan 2020 22:41:34 -0800 Subject: [PATCH] Add quickjwt and staticglfw libraries (#1324) --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 338181e..35d1211 100644 --- a/packages.json +++ b/packages.json @@ -16116,5 +16116,31 @@ "license": "MIT", "web": "https://github.com/bunkford/barcode", "doc": "https://bunkford.github.io/barcode/barcode.html" + }, + { + "name": "quickjwt", + "url": "https://github.com/treeform/quickjwt.git", + "method": "git", + "tags": [ + "crypto", + "hash" + ], + "description": "JSON Web Tokens for Nim", + "license": "MIT", + "web": "https://github.com/treeform/quickjwt" + }, + { + "name": "staticglfw", + "url": "https://github.com/treeform/staticglfw.git", + "method": "git", + "tags": [ + "glfw", + "opengl", + "windowing", + "game" + ], + "description": "Static GLFW for nim", + "license": "MIT", + "web": "https://github.com/treeform/staticglfw" } ]