From 67d25cbeee4e9464456d945cb1e3b0b65ae08b84 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sat, 13 Oct 2018 22:49:16 -0700 Subject: [PATCH] Added package bearlibterminal --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 829e7d0..eb0a115 100644 --- a/packages.json +++ b/packages.json @@ -11074,5 +11074,20 @@ "description": "Console ascii line charts in pure nim", "license": "MIT", "web": "https://github.com/KeepCoolWithCoolidge/asciigraph" + }, + { + "name": "bearlibterminal", + "url": "https://github.com/irskep/BearLibTerminal-Nim", + "method": "git", + "tags": [ + "roguelike", + "bearlibterminal", + "tcod", + "libtcod", + "tdl" + ], + "description": "Wrapper for the C[++] library BearLibTerminal", + "license": "MIT", + "web": "https://github.com/irskep/BearLibTerminal-Nim" } ]