From 1561308b7a982c475c525171bd677e1850281e51 Mon Sep 17 00:00:00 2001 From: marcomq <62469331+marcomq@users.noreply.github.com> Date: Mon, 22 Feb 2021 07:26:59 +0100 Subject: [PATCH] Added package nimview (#1816) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index c3cc686..37199bc 100644 --- a/packages.json +++ b/packages.json @@ -21575,5 +21575,22 @@ "description": "Windows resource file generator", "license": "MIT", "web": "https://github.com/codehz/nim-winres" + }, + { + "name": "nimview", + "url": "https://github.com/marcomq/nimview", + "method": "git", + "tags": [ + "web", + "library", + "gui", + "webview", + "html", + "css", + "javascript" + ], + "description": "Nim / Python / C library to run webview with HTML/JS as UI", + "license": "MIT", + "web": "https://github.com/marcomq/nimview" } ]