aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-08-19 19:26:25 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-08-19 19:26:25 +0100
commitdd08bb75ee8875600f9b8303c0442d05379c213f (patch)
treece8b1e9674f1dbd349606b9e1d5cd241be631784
parent1e55e2f771dbcecbadcfef7f1a2b49fbe99667e8 (diff)
parent398940002223c963b65b12797f20f743701f7066 (diff)
downloadpackages-dd08bb75ee8875600f9b8303c0442d05379c213f.tar.gz
packages-dd08bb75ee8875600f9b8303c0442d05379c213f.zip
Merge pull request #226 from Nycto/patch-5
Add Quadtree package
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]