diff options
| author | LemonHX <lemonhx@lemonhx.tech> | 2019-10-01 23:31:44 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2019-10-01 23:31:44 +0100 |
| commit | 735494ef6b8b7ee9e22435ab671aec4bbd5ade0e (patch) | |
| tree | f5956b24545600fdcdb1ae992792ab4f20b61abe | |
| parent | e0b34a805b8ef94aa79ff035e859803b98439257 (diff) | |
| download | packages-735494ef6b8b7ee9e22435ab671aec4bbd5ade0e.tar.gz packages-735494ef6b8b7ee9e22435ab671aec4bbd5ade0e.zip | |
Added package PPM (#1192)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2671124..0fba27a 100644 --- a/packages.json +++ b/packages.json @@ -14557,6 +14557,18 @@ "web": "https://github.com/rustomax/nim-passgen" }, { + "name": "PPM", + "url": "https://github.com/LemonHX/PPM-Nim", + "method": "git", + "tags": [ + "graphics", + "image" + ], + "description": "lib for ppm image", + "license": "LXXSDT-MIT", + "web": "https://github.com/LemonHX/PPM-Nim" + }, + { "name": "fwrite", "url": "https://github.com/pdrb/nim-fwrite", "method": "git", |
