aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 4d3280a..d43ca3e 100644
--- a/packages.json
+++ b/packages.json
@@ -85,6 +85,7 @@
"license": "zlib",
"web": "https://github.com/Vladar4/libtcod-nim"
},
+<<<<<<< HEAD
{
"name": "nimepak",
"url": "git://github.com/gradha/epak/",
@@ -99,6 +100,8 @@
"license": "Allegro 4 Giftware",
"web": "https://github.com/gradha/epak"
},
+=======
+>>>>>>> fetch
{
"name": "nimgame",
"url": "git://github.com/Vladar4/nimgame/",
@@ -2975,6 +2978,18 @@
"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"
+ },
+ {
"name": "expat",
"url": "https://github.com/nim-lang/expat",
"method": "git",
@@ -3001,4 +3016,4 @@
"license": "LGPL",
"web": "https://github.com/Araq/sphinx"
}
-] \ No newline at end of file
+]