-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updated webview module to latest as of now (#138)
- Loading branch information
1 parent
48e30fd
commit eff6d5b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule webview
updated
10 files
+4 −0 | .github/workflows/ci.yaml | |
+1 −0 | .gitignore | |
+35 −26 | README.md | |
+5 −1 | examples/basic.c | |
+1 −1 | examples/basic.cc | |
+5 −1 | examples/bind.c | |
+1 −1 | examples/bind.cc | |
+22 −14 | script/build.bat | |
+8 −5 | webview.go | |
+491 −287 | webview.h |