-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule webui
updated
12 files
+1 −1 | .github/workflows/linux.yml | |
+4 −3 | README.md | |
+7 −0 | bridge/build.ps1 | |
+1,520 −1,451 | bridge/webui_bridge.h | |
+27 −3 | bridge/webui_bridge.ts | |
+171 −0 | build.zig | |
+8 −0 | build.zig.zon | |
+14 −0 | examples/C/serve_a_folder/index.html | |
+16 −2 | include/webui.h | |
+5 −0 | include/webui.hpp | |
+1 −0 | src/civetweb/civetweb.c | |
+66 −4 | src/webui.c |