Add quickjwt and staticglfw libraries (#1324)

This commit is contained in:
treeform 2020-01-15 22:41:34 -08:00 committed by Miran
parent d8017dc47f
commit f872aec8b2

View File

@ -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"
}
]