aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-10-14 15:45:04 +0100
committerGitHub <noreply@github.com>2018-10-14 15:45:04 +0100
commit98ac29dffc5adab4a013bf09b2fc594104c86e92 (patch)
tree794ff6d2cacb33510ce43ccdf9a50a0f98e01c0d
parent804964b1695a7b9dfd94e27e5937a95613d8d9e2 (diff)
parent254f57abcc7c69c0b263672764a18d7d736675a4 (diff)
downloadpackages-98ac29dffc5adab4a013bf09b2fc594104c86e92.tar.gz
packages-98ac29dffc5adab4a013bf09b2fc594104c86e92.zip
Merge pull request #891 from irskep/add-rexpaint0516
Add package rexpaint
-rw-r--r--packages.json13
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"
}
]