diff options
| author | PMunch <peterme@peterme.net> | 2017-08-25 22:05:45 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-25 21:05:45 +0100 |
| commit | d74bb53a2cb68d0c6baa39de56805ba510a2fd9e (patch) | |
| tree | 1860dd1d1c3dacb536c37bb809af8d9c15152743 | |
| parent | f891c860df99ad9bde5cfd00cd6f4a0e57849214 (diff) | |
| download | packages-d74bb53a2cb68d0c6baa39de56805ba510a2fd9e.tar.gz packages-d74bb53a2cb68d0c6baa39de56805ba510a2fd9e.zip | |
Added drawille package (#572)
* Added drawille package
* Fixed tabs..
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2de4b7b..5b600dc 100644 --- a/packages.json +++ b/packages.json @@ -933,6 +933,19 @@ "web": "https://github.com/PMunch/nim-pcap" }, { + "name": "drawille", + "url": "https://github.com/PMunch/drawille-nim", + "method": "git", + "tags": [ + "drawile", + "terminal", + "graphics" + ], + "description": "Drawing in terminal with Unicode Braille characters.", + "license": "MIT", + "web": "https://github.com/PMunch/drawille-nim" + }, + { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", "method": "git", |
