webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib.
https://webui.me
MIT License
2.36k stars 144 forks source link

[Zig Change]: remove other build.zig #353

Closed jinzhongjia closed 2 months ago

jinzhongjia commented 2 months ago

This PR is to solve the problem: https://github.com/webui-dev/webui/pull/349#issuecomment-2067969209

Now we only need to keep a build.zig, which exists to ensure compatibility with 0.11

Versions 0.12 and later can directly reference the C library and compile it from scratch

jinzhongjia commented 2 months ago

@neroist Can you approve this?

This may be the last PR about zig I initiate to this repository