ebiten/internal/graphicsdriver/opengl/gl/README.md

6 lines
371 B
Markdown
Raw Normal View History

This is a fork of `github.com/go-gl/gl/v2.1/gl` with the below patch. This is now modified manually.
The original version is generated from `github.com/hajimehoshi/glow`'s `nocgo` branch. This enables to remove dependencies on Cgo on Windows.
2022-08-03 15:40:39 +02:00
Now we are working on committing this 'no-cgo' change to the official gl package. See https://github.com/go-gl/glow/pull/102.