diff options
| author | Steve Johnson <steve@steveasleep.com> | 2018-10-13 22:49:16 -0700 |
|---|---|---|
| committer | Steve Johnson <steve@steveasleep.com> | 2018-10-13 22:49:16 -0700 |
| commit | 67d25cbeee4e9464456d945cb1e3b0b65ae08b84 (patch) | |
| tree | 33accf7abac84ffd5805066288367e9152850f30 | |
| parent | 804964b1695a7b9dfd94e27e5937a95613d8d9e2 (diff) | |
| download | packages-67d25cbeee4e9464456d945cb1e3b0b65ae08b84.tar.gz packages-67d25cbeee4e9464456d945cb1e3b0b65ae08b84.zip | |
Added package bearlibterminal
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
