From e16d413c57e115aa4b8febd2824b7d6ef6a91970 Mon Sep 17 00:00:00 2001 From: Hermes Junior <34722728+OHermesJunior@users.noreply.github.com> Date: Wed, 26 Jun 2019 21:09:45 +0200 Subject: [PATCH] Added package rain (#1102) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7f8a31a..b53781a 100644 --- a/packages.json +++ b/packages.json @@ -13577,5 +13577,19 @@ "description": "Simple DNS Client & Library", "license": "MIT", "web": "https://github.com/ba0f3/dnsclient.nim" + }, + { + "name": "rain", + "url": "https://github.com/OHermesJunior/rain.nim", + "method": "git", + "tags": [ + "rain", + "simulation", + "terminal", + "fun" + ], + "description": "Rain simulation in your terminal", + "license": "MIT", + "web": "https://github.com/OHermesJunior/rain.nim" } ]