go-gl / gl

Go bindings for OpenGL (generated via glow)
MIT License
1.09k stars 73 forks source link

Remove `$PATH/glow` requirement for running `go generate` #158

Closed myaaaaaaaaa closed 1 year ago

myaaaaaaaaa commented 1 year ago

Switches to running glow via go run ../glow/, which makes it easier to sync changes between the two repositories.

hajimehoshi commented 1 year ago

LGTM (but I'd like to wait for other reviewers)