diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-01-10 16:07:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-10 16:07:10 +0000 |
| commit | f370171547e664372e427b0e9c4023917602efc0 (patch) | |
| tree | cc88794d91c99ab8bc1e2581e4fb9ea0744ba558 | |
| parent | c3e256ce56950a7206ac3cf57f1e398ac9c7b451 (diff) | |
| parent | 819fd13cb880f7f7c6ec26813b72e0f7d90091cb (diff) | |
| download | packages-f370171547e664372e427b0e9c4023917602efc0.tar.gz packages-f370171547e664372e427b0e9c4023917602efc0.zip | |
Merge pull request #639 from oskca/master
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", |
