diff options
| author | Steve Landey <steve@steveasleep.com> | 2018-10-14 08:20:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-14 08:20:05 -0700 |
| commit | 2f4ddb89e7d63a136eae5930687c7945ec588a2c (patch) | |
| tree | 6c478361518bbe0ec89456526fc2829821f9395a | |
| parent | c84de2bcf40ec03b053ebaf79d2d342a83f6b031 (diff) | |
| parent | 98ac29dffc5adab4a013bf09b2fc594104c86e92 (diff) | |
| download | packages-2f4ddb89e7d63a136eae5930687c7945ec588a2c.tar.gz packages-2f4ddb89e7d63a136eae5930687c7945ec588a2c.zip | |
Merge branch 'master' into add-bearlibterminal0549
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 042096d..fe4d371 100644 --- a/packages.json +++ b/packages.json @@ -11090,5 +11090,18 @@ "description": "Wrapper for the C[++] library BearLibTerminal", "license": "MIT", "web": "https://github.com/irskep/BearLibTerminal-Nim" + }, + { + "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" } ] |
