diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-14 15:45:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-14 15:45:04 +0100 |
| commit | 98ac29dffc5adab4a013bf09b2fc594104c86e92 (patch) | |
| tree | 794ff6d2cacb33510ce43ccdf9a50a0f98e01c0d | |
| parent | 804964b1695a7b9dfd94e27e5937a95613d8d9e2 (diff) | |
| parent | 254f57abcc7c69c0b263672764a18d7d736675a4 (diff) | |
| download | packages-98ac29dffc5adab4a013bf09b2fc594104c86e92.tar.gz packages-98ac29dffc5adab4a013bf09b2fc594104c86e92.zip | |
Merge pull request #891 from irskep/add-rexpaint0516
Add package rexpaint
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 829e7d0..be9d326 100644 --- a/packages.json +++ b/packages.json @@ -11074,5 +11074,18 @@ "description": "Console ascii line charts in pure nim", "license": "MIT", "web": "https://github.com/KeepCoolWithCoolidge/asciigraph" + }, + { + "name": "rexpaint", + "url": "https://github.com/irskep/rexpaint_nim", + "method": "git", + "tags": [ + "rexpaint", + "roguelike", + "xp" + ], + "description": "REXPaint .xp parser", + "license": "MIT", + "web": "https://github.com/irskep/rexpaint_nim" } ] |
