diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-03 18:36:40 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-03 18:36:40 +0100 |
| commit | 0292ee102ef5122739d90e5c52e7667c49020cf4 (patch) | |
| tree | 4300ebb97026fbd3012abc593fa6bad1de245e26 | |
| parent | f91e5ca4cd180a10f2a5b1ef6ab0ad3c9ed6f7aa (diff) | |
| parent | 50efb4117acd61febbffca3c4a52da97d0b282e9 (diff) | |
| download | packages-0292ee102ef5122739d90e5c52e7667c49020cf4.tar.gz packages-0292ee102ef5122739d90e5c52e7667c49020cf4.zip | |
Merge pull request #78 from barcharcraz/master
added vecmath
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7ba9018..aab0d9f 100644 --- a/packages.json +++ b/packages.json @@ -858,5 +858,14 @@ "description": "Convert CSV files to JSON", "license": "MIT", "web": "https://github.com/achesak/nimrod-csv2json" + }, + { + "name": "vecmath", + "url": "git://github.com/barcharcraz/vecmath", + "method": "git", + "tags": ["library", "math", "vector"], + "description": "various vector maths utils for nimrod", + "license": "MIT", + "web": "https://github.com/barcharcraz/vecmath" } ] |
