diff options
| author | Ward <khchen@gmail.com> | 2018-09-08 21:58:07 +0800 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-08 14:58:07 +0100 |
| commit | f65b3ee7a8e880f5a61fde168e9811b4d0af7241 (patch) | |
| tree | 8cd07ba50a24d1753ce4b55051cc8c0c5bd9c88a | |
| parent | cd9c3d5c8037338e7bc1e1c7bbf4d5987935c852 (diff) | |
| download | packages-f65b3ee7a8e880f5a61fde168e9811b4d0af7241.tar.gz packages-f65b3ee7a8e880f5a61fde168e9811b4d0af7241.zip | |
Update packages.json (#851)
* Update packages.json
* Update packages.json
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5d5fc05..a1f050e 100644 --- a/packages.json +++ b/packages.json @@ -10601,5 +10601,20 @@ ], "description": "Event Based Programming for Nim.", "license": "MIT" + }, + { + "name": "wNim", + "url": "https://github.com/khchen/wNim", + "method": "git", + "tags": [ + "library", + "windows", + "gui", + "ui" + ], + "description": "Nim's Windows GUI Framework.", + "license": "MIT", + "web": "https://github.com/khchen/wNim", + "doc": "https://khchen.github.io/wNim/wNim.html" } ] |
