add bumpy and urlly (#1701)

This commit is contained in:
treeform 2020-11-07 02:16:07 -08:00 committed by GitHub
parent b21f0c950e
commit 44190fc505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11049,6 +11049,30 @@
"license": "MIT",
"web": "https://github.com/treeform/typography"
},
{
"name": "bumpy",
"url": "https://github.com/treeform/bumpy",
"method": "git",
"tags": [
"2d",
"collision"
],
"description": "2d collision library for Nim.",
"license": "MIT",
"web": "https://github.com/treeform/bumpy"
},
{
"name": "urlly",
"url": "https://github.com/treeform/urlly",
"method": "git",
"tags": [
"url",
"uri"
],
"description": "URL and URI parsing for C and JS backend.",
"license": "MIT",
"web": "https://github.com/treeform/urlly"
},
{
"name": "xdo",
"url": "https://github.com/juancarlospaco/nim-xdo",