Add quickjwt and staticglfw libraries (#1324)
This commit is contained in:
parent
d8017dc47f
commit
f872aec8b2
1 changed files with 26 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue