webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.
https://webui.me
MIT License
2.37k stars 146 forks source link

update zig nightly api changes #298

Closed jinzhongjia closed 6 months ago

jinzhongjia commented 6 months ago

The api of zig nightly has changed, so update. And I completely separated the build process of 0.11 and nightly. Although this will increase the duplication of code, it is easier to maintain later.

jinzhongjia commented 6 months ago

This PR cannot be merged yet, because the method of introducing header files to zig downstream has not yet been solved.

jinzhongjia commented 6 months ago

This PR cannot be merged yet, because the method of introducing header files to zig downstream has not yet been solved.

This problem should have been solved. Merge it until zig releases the new nightly version.