aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendanBenshoof <brendan@glidr.net>2014-06-30 11:44:59 -0400
committerBrendanBenshoof <brendan@glidr.net>2014-06-30 11:44:59 -0400
commitcf88aa49baa051daf19dd5cd3308072a298b31c2 (patch)
tree989ad6057f664043fbdd153bc1e0c27999f9d486
parent9e89ba14fa35679d389f548186404d991f043cb9 (diff)
downloadpackages-cf88aa49baa051daf19dd5cd3308072a298b31c2.tar.gz
packages-cf88aa49baa051daf19dd5cd3308072a298b31c2.zip
added vectors package
-rw-r--r--packages.json9
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"
+ }
]