diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-16 20:57:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-16 20:57:50 +0100 |
| commit | 4cf9fbf100d0b01210d3a6929e7b8a9051a33c1d (patch) | |
| tree | 2ac4bd444388d2074558fee74052908b215c881d | |
| parent | 098ff65a9ca4f5c6e39b89186a05757808d143e8 (diff) | |
| parent | 22484bd14bf884976d6708c967fd9fa31c59ab0c (diff) | |
| download | packages-4cf9fbf100d0b01210d3a6929e7b8a9051a33c1d.tar.gz packages-4cf9fbf100d0b01210d3a6929e7b8a9051a33c1d.zip | |
Merge pull request #700 from Senketsu/master
added nsu
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fddf1f2..8305b70 100644 --- a/packages.json +++ b/packages.json @@ -2491,6 +2491,20 @@ "web": "https://github.com/Senketsu/nshout" }, { + "name": "nsu", + "url": "https://github.com/Senketsu/nsu", + "method": "git", + "tags": [ + "library", + "tool", + "utility", + "screenshot" + ], + "description": "Simple screenshot library & cli tool made in Nim", + "license": "MIT", + "web": "https://github.com/Senketsu/nsu" + }, + { "name": "nuuid", "url": "https://github.com/yglukhov/nim-only-uuid", "method": "git", |
