Adds vec package

This commit is contained in:
Dominik Picheta 2018-12-01 16:08:22 +00:00 committed by GitHub
parent 7d0783bfbc
commit 6df91b7c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11719,5 +11719,18 @@
"description": "A package to compile nim functions for AWS Lambda",
"license": "MIT",
"web": "https://github.com/lambci/awslambda.nim"
},
{
"name": "vec",
"url": "https://github.com/dom96/vec",
"method": "git",
"tags": [
"vector",
"library",
"simple"
],
"description": "A very simple vector library",
"license": "MIT",
"web": "https://github.com/dom96/vec"
}
]