diff options
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1cbff3b..5d0a660 100644 --- a/packages.json +++ b/packages.json @@ -2928,6 +2928,22 @@ "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", "method": "git", |
