You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to keep the generated Zig files in a separate and lean repo so they can be easily included using package managers like gyro and zigmod.
The text was updated successfully, but these errors were encountered:
I would not do a split, but upload generated files via GitHub CI. Thing is that we don't really know what users need in terms of extensions and such. So we either have to decide on default extensions (like GL_ARB_direct_state_access and KHR_debug) or we just ship without any.
Also do we ship a single package with all modules or one module per combination?
If someone would do a web server, we could ship them with caching enabled, so just generate once (or every time on download)
It would be nice to keep the generated Zig files in a separate and lean repo so they can be easily included using package managers like gyro and zigmod.
The text was updated successfully, but these errors were encountered: