graphicsdriver/opengl/gl: Fix README

This commit is contained in:
Hajime Hoshi 2018-12-09 04:41:43 +09:00
parent 144eb9d752
commit 18d109e3df

View File

@ -1,3 +1,3 @@
This package is basically same as `github.com/go-gl/gl`, but generated from `github.com/hajimehoshi/glow`'s `nocgo` branch. This enables to remove dependencies on Cgo on Windows.
This package is basically same as `github.com/go-gl/gl/v2.1/gl`, but generated from `github.com/hajimehoshi/glow`'s `nocgo` branch. This enables to remove dependencies on Cgo on Windows.
Now we are working on commiting this 'no-cgo' change to the official gl package. See https://github.com/go-gl/glow/pull/102.