webui/build
Albert Shown 1a1e4c7a00 WebUI v2.0.7
* Switch from GPL to LGPL
* Deno example is ready
* Adding `void _webui_free_all_mem()` to release all dynamic mem at exit
* Break Change `void webui_script_interface(webui_window_t* win, const char* script, unsigned int timeout, bool* error, unsigned int* length, char* data)` to `void webui_script_interface(webui_window_t* win, const char* script, unsigned int timeout, bool* error, unsigned int* length, char** data)`
* Updating readme
* Moving Zig build file into build folder

More code cleaning and more examples is needed before we release the version 2.0.7.
2023-03-21 18:47:19 -04:00
..
Linux WebUI v2.0.7 2023-03-21 18:47:19 -04:00
Windows WebUI v2.0.7 2023-03-21 18:47:19 -04:00
README.md v2.0.4 2022-11-07 23:33:03 -05:00

Build WebUI Library

To build the WebUI you will need a C99 compiler. No dependencies is needed.

Windows Linux