ziglibs / zgl

Zig OpenGL Wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove OpenGL-Registry submodule?

silversquirl opened this issue · comments

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.

Feel free to make a PR that does this.