Merge pull request #639 from oskca/master

add webview, a cross platform single header webview library
This commit is contained in:
Dominik Picheta 2018-01-10 16:07:10 +00:00 committed by GitHub
commit f370171547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",