From 7a0f6d0c07cdea863bd0ebb60cb0c318b2adf4c2 Mon Sep 17 00:00:00 2001 From: pseudo-random <45131943+pseudo-random@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:12:33 +0200 Subject: [PATCH] Add geometryutils library (#1580) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index f9f209c..d23981c 100644 --- a/packages.json +++ b/packages.json @@ -18880,5 +18880,23 @@ "description": "Windows epoll wrapper.", "license": "MIT", "web": "https://github.com/xflywind/wepoll" + }, + { + "name": "geometryutils", + "url": "https://github.com/pseudo-random/geometryutils", + "method": "git", + "tags": [ + "library", + "geometry", + "math", + "utilities", + "graphics", + "rendering", + "3d", + "2d" + ], + "description": "A collection of geometry utilities for nim", + "license": "MIT", + "web": "https://github.com/pseudo-random/geometryutils" } ]