aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json15
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"
}
]