ziglibs / zgl

Zig OpenGL Wrapper
MIT License
425 stars 62 forks source link

Remove OpenGL-Registry submodule? #51

Closed silversquirl closed 2 years ago

silversquirl commented 2 years ago

It's not required for the bindings to operate, seems to just be for reference purposes? Having it submoduled makes things annoying for projects that incorporate zgl as a submodule, since cloning them recursively pulls in almost 180MB(!!) of XML. Might make more sense to just gitignore it so people can clone it into the zgl dir if they want to.

ikskuh commented 2 years ago

Feel free to make a PR that does this.