diff options
| author | oskca <datago@yeah.net> | 2018-01-10 22:12:58 +0800 |
|---|---|---|
| committer | oskca <datago@yeah.net> | 2018-01-10 22:12:58 +0800 |
| commit | 819fd13cb880f7f7c6ec26813b72e0f7d90091cb (patch) | |
| tree | cc88794d91c99ab8bc1e2581e4fb9ea0744ba558 | |
| parent | c3e256ce56950a7206ac3cf57f1e398ac9c7b451 (diff) | |
| download | packages-819fd13cb880f7f7c6ec26813b72e0f7d90091cb.tar.gz packages-819fd13cb880f7f7c6ec26813b72e0f7d90091cb.zip | |
add webview, a cross platform single header webview library
| -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", |
