From 819fd13cb880f7f7c6ec26813b72e0f7d90091cb Mon Sep 17 00:00:00 2001 From: oskca Date: Wed, 10 Jan 2018 22:12:58 +0800 Subject: [PATCH] add webview, a cross platform single header webview library --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 1cbff3b..5d0a660 100644 --- a/packages.json +++ b/packages.json @@ -2927,6 +2927,22 @@ "license": "MIT", "web": "https://github.com/yglukhov/nimx" }, + { + "name": "webview", + "url": "https://github.com/oskca/webview", + "method": "git", + "tags": [ + "gui", + "ui", + "webview", + "cross", + "web", + "library" + ], + "description": "Nim bindings for https://github.com/zserge/webview, a cross platform single header webview library", + "license": "MIT", + "web": "https://github.com/oskca/webview" + }, { "name": "memo", "url": "https://github.com/andreaferretti/memo",