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

Simplify build files #289

Closed jinzhongjia closed 6 months ago

jinzhongjia commented 6 months ago
  1. Solved the problem of failure to build dynamic libraries on Windows platform
  2. But currently the dynamic link building example is not available under windows, see this issue:https://github.com/ziglang/zig/issues/15107