From 686f78da0924af9afea4cb58616aef8c377d7781 Mon Sep 17 00:00:00 2001 From: Michael Fiano Date: Mon, 30 Mar 2020 02:59:42 -0400 Subject: [PATCH] Add origin (#1419) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 21d0254..c517b14 100644 --- a/packages.json +++ b/packages.json @@ -17221,5 +17221,20 @@ "description": "🍕🍺 emoji support for Nim 👑 and the world 🌍", "license": "MIT", "web": "https://github.com/pietroppeter/nimoji" + }, + { + "name": "origin", + "url": "https://github.com/mfiano/origin.nim", + "method": "git", + "tags": [ + "gamedev", + "library", + "math", + "matrix", + "vector" + ], + "description": "A graphics math library", + "license": "MIT", + "web": "https://github.com/mfiano/origin" } ]