-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0170174
commit 420c0be
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule webview
updated
22 files
+255 −69 | .clang-tidy | |
+12 −107 | .github/workflows/ci.yaml | |
+36 −49 | CHANGELOG.md | |
+0 −2,658 | Doxyfile | |
+0 −48 | MIGRATION.md | |
+78 −147 | README.md | |
+2 −6 | examples/basic.c | |
+7 −15 | examples/basic.cc | |
+12 −0 | examples/basic.go | |
+27 −163 | examples/bind.c | |
+23 −72 | examples/bind.cc | |
+35 −0 | examples/bind.go | |
+3 −0 | go.mod | |
+137 −226 | script/build.bat | |
+43 −304 | script/build.sh | |
+315 −0 | webview.go | |
+679 −3,432 | webview.h | |
+0 −25 | webview.i | |
+32 −0 | webview_go_glue.c | |
+0 −24 | webview_mingw_support.h | |
+26 −424 | webview_test.cc | |
+50 −0 | webview_test.go |