aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladar4 <vladar4@gmail.com>2017-01-16 17:38:44 +0200
committerVladar4 <vladar4@gmail.com>2017-01-16 17:38:44 +0200
commitbf7a89affb4ee8bf9b6676bdad5ef8e2022777e9 (patch)
tree8c5cf1ec980ab05ce381cd2da318678cead59aac
parentfdbde8e7ab96ab2d2e05b2d4a007dbe12fecc762 (diff)
downloadpackages-bf7a89affb4ee8bf9b6676bdad5ef8e2022777e9.tar.gz
packages-bf7a89affb4ee8bf9b6676bdad5ef8e2022777e9.zip
added nimgame2
-rw-r--r--packages.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 09b0e06..78ed4cf 100644
--- a/packages.json
+++ b/packages.json
@@ -94,11 +94,25 @@
"engine",
"sdl"
],
- "description": "Simple 2D game engine for Nim language.",
+ "description": "A simple 2D game engine for Nim language. Deprecated, use nimgame2 instead.",
"license": "MIT",
"web": "https://github.com/Vladar4/nimgame"
},
{
+ "name": "nimgame2",
+ "url": "https://github.com/Vladar4/nimgame2/",
+ "method": "git",
+ "tags": [
+ "game",
+ "engine",
+ "sdl",
+ "sdl2"
+ ],
+ "description": "A simple 2D game engine for Nim language.",
+ "license": "MIT",
+ "web": "https://github.com/Vladar4/nimgame2"
+ },
+ {
"name": "sfml",
"url": "https://github.com/fowlmouth/nimrod-sfml/",
"method": "git",