From 398940002223c963b65b12797f20f743701f7066 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 18 Aug 2015 20:35:10 -0700 Subject: [PATCH] Add Quadtree package --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 0716ae6..9612b24 100644 --- a/packages.json +++ b/packages.json @@ -2959,5 +2959,17 @@ "description": "A simple tool to manage multiple installs of Nim.", "license": "MIT", "web": "https://christine.website/projects/Vardene" + }, + { + "name": "quadtree", + "url": "https://github.com/Nycto/QuadtreeNim", + "method": "git", + "tags": [ + "quadtree", + "algorithm" + ], + "description": "A Quadtree implementation", + "license": "MIT", + "web": "https://github.com/Nycto/QuadtreeNim" } ]