No description
- Zig 100%
| external/WebView2 | use upstream webview, remove vendored webview | |
| src | update to zig 0.16.0 | |
| .gitattributes | vendor webview | |
| .gitignore | support zig 0.13.0 | |
| build.zig | fix stub issues | |
| build.zig.zon | update minimum_zig_version to 0.15.0 | |
| LICENSE-AGPL | clarify and update license information | |
| LICENSE-MIT | clarify and update license information | |
| README.md | fix README instructions | |
zig-webview
Zig binding for a tiny cross-platform webview library to build modern cross-platform GUIs.
Requirements
- Zig Compiler - 0.14.0
- Unix
- Windows
- macOS
zig fetch --save git+https://codeberg.org/GalaxyShard/zig-webview
build.zig:
constwebview=b.dependency("webview",.{.target=target,.optimize=optimize,});exe.root_module.addImport("Webview",webview.module("Webview"));License
Webview.zig is licensed under the MIT license build.zig is licensed under the AGPL-3.0-or-later
Third party code:
- webview is licensed under the MIT License.
- external/WebView2 is licensed under the BSD-3-Clause License.
- The licenses for GTK's headers and its dependencies' headers can be found at https://gitlab.gnome.org/GNOME/gtk/-/tree/main