1
0
Fork
You've already forked zig-webview
0
No description
  • Zig 100%
2026年04月16日 03:04:31 -04:00
external/WebView2 use upstream webview, remove vendored webview 2025年01月07日 15:14:43 -05:00
src update to zig 0.16.0 2026年04月16日 03:04:31 -04:00
.gitattributes vendor webview 2023年10月25日 14:57:12 +03:00
.gitignore support zig 0.13.0 2024年06月15日 17:13:04 +02:00
build.zig fix stub issues 2025年09月14日 21:17:57 -04:00
build.zig.zon update minimum_zig_version to 0.15.0 2025年08月19日 16:14:52 -04:00
LICENSE-AGPL clarify and update license information 2025年05月22日 20:10:03 -04:00
LICENSE-MIT clarify and update license information 2025年05月22日 20:10:03 -04:00
README.md fix README instructions 2025年05月22日 20:10:05 -04:00

zig-webview

Zig binding for a tiny cross-platform webview library to build modern cross-platform GUIs.

Requirements

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: