From 50efb4117acd61febbffca3c4a52da97d0b282e9 Mon Sep 17 00:00:00 2001 From: Charlie Barto Date: Sun, 3 Aug 2014 13:22:48 -0400 Subject: [PATCH] added vecmath --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]