From 59fb639e0132576df4b530f730a0a93ae9795237 Mon Sep 17 00:00:00 2001 From: matkuki Date: Sun, 10 Jan 2016 23:29:18 +0100 Subject: added impulse_engine package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fb563ea..fb16f6b 100644 --- a/packages.json +++ b/packages.json @@ -3967,5 +3967,18 @@ "description": "Algebraic structures and related operations for Nim", "license": "Apache2", "web": "https://github.com/unicredit/emmy" + }, + { + "name": "impulse_engine", + "url": "git://github.com/matkuki/Nim-Impulse-Engine", + "method": "git", + "tags": [ + "physics", + "engine", + "2D" + ], + "description": "Nim port of a simple 2D physics engine", + "license": "zlib", + "web": "https://github.com/matkuki/Nim-Impulse-Engine" } ] -- cgit v1.2.3