diff options
| author | BrendanBenshoof <brendan@glidr.net> | 2014-06-30 11:44:59 -0400 |
|---|---|---|
| committer | BrendanBenshoof <brendan@glidr.net> | 2014-06-30 11:44:59 -0400 |
| commit | cf88aa49baa051daf19dd5cd3308072a298b31c2 (patch) | |
| tree | 989ad6057f664043fbdd153bc1e0c27999f9d486 | |
| parent | 9e89ba14fa35679d389f548186404d991f043cb9 (diff) | |
| download | packages-cf88aa49baa051daf19dd5cd3308072a298b31c2.tar.gz packages-cf88aa49baa051daf19dd5cd3308072a298b31c2.zip | |
added vectors package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3afcb17..caed27d 100644 --- a/packages.json +++ b/packages.json @@ -760,4 +760,13 @@ "license": "WTFPL", "web": "https://github.com/flyx/emerald" } + { + "name": "vectors", + "url": "git://github.com/blamestross/nimrod-vectors", + "method": "git", + "tags": ["math", "vectors","library"], + "description": "Simple multidimensional vector math", + "license": "MIT", + "web": "https://github.com/blamestross/nimrod-vectors" + } ] |
