From 7470bfcaeb1ebaeb146d1a9b790f44e8cca55957 Mon Sep 17 00:00:00 2001 From: iLiquid Date: Thu, 6 Jun 2019 20:28:34 +0200 Subject: [PATCH] Added package rapid (#1092) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 9845e1e..36fbaae 100644 --- a/packages.json +++ b/packages.json @@ -13463,5 +13463,20 @@ "description": "C Tox core wrapper", "license": "GPL-3.0", "web": "https://github.com/ehmry/nim_tox" + }, + { + "name": "rapid", + "url": "https://github.com/liquid600pgm/rapid", + "method": "git", + "tags": [ + "game", + "engine", + "2d", + "graphics", + "audio" + ], + "description": "A game engine for rapid development and easy prototyping", + "license": "MIT", + "web": "https://github.com/liquid600pgm/rapid" } ]