diff options
| author | Duncan Clarke <bunkford@gmail.com> | 2019-09-13 10:05:02 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-13 16:05:02 +0200 |
| commit | 125b183a2771045ecf0bdfa8fadb20e146a23071 (patch) | |
| tree | 3724a8a53e72b9f021db781016529767403c031d | |
| parent | b7be081adeebb187122681162702bb93964f58f8 (diff) | |
| download | packages-125b183a2771045ecf0bdfa8fadb20e146a23071.tar.gz packages-125b183a2771045ecf0bdfa8fadb20e146a23071.zip | |
add wChart (#1166)
| -rw-r--r-- | packages.json | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 48aafbc..cbbfe63 100644 --- a/packages.json +++ b/packages.json @@ -14293,11 +14293,28 @@ "library", "windows", "gui", - "ui" + "ui", + "wnim" ], "description": "Grid plugin for wNim.", "license": "MIT", "web": "https://github.com/bunkford/wZeeGrid", "doc": "https://bunkford.github.io/wZeeGrid/wZeeGrid.html" + }, + { + "name": "wChart", + "url": "https://github.com/bunkford/wChart", + "method": "git", + "tags": [ + "library", + "windows", + "gui", + "ui", + "wnim" + ], + "description": "Chart plugin for wNim.", + "license": "MIT", + "web": "https://github.com/bunkford/wChart", + "doc": "https://bunkford.github.io/wChart/wChart.html" } ] |
