aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index c8c8feb..5e5431f 100644
--- a/packages.json
+++ b/packages.json
@@ -7,4 +7,13 @@
"description": "A sinatra-like web framework for Nimrod.",
"license": "MIT"
}
-] \ No newline at end of file
+
+ {
+ "name": "nimgame",
+ "url": "git://github.com/Vladar4/nimgame/",
+ "method": "git",
+ "tags": ["game", "engine", "sdl"],
+ "description": "Simple 2D game engine for Nimrod language.",
+ "license": "MIT"
+ }
+]