diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-12-01 16:08:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-01 16:08:22 +0000 |
| commit | 6df91b7c2a7ff24afdf3264ed81b45ccee224d98 (patch) | |
| tree | 8705b5324709502a75188f7424ab2c6638a6e159 | |
| parent | 7d0783bfbc64c6d746cb82670e010c72162afe78 (diff) | |
| download | packages-6df91b7c2a7ff24afdf3264ed81b45ccee224d98.tar.gz packages-6df91b7c2a7ff24afdf3264ed81b45ccee224d98.zip | |
Adds vec package
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4480117..374eadf 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
