From 254f57abcc7c69c0b263672764a18d7d736675a4 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sat, 13 Oct 2018 22:16:51 -0700 Subject: [PATCH] Added package rexpaint --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]