go-gl / gl

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

Update the Go version to 1.12 #144

Closed hajimehoshi closed 2 years ago

hajimehoshi commented 2 years ago

At least, we will want syscall.Syscall18 for Windows in near future to remove Cgo usages from Windows. 1.12 is the minimum version to support this.

Updates #109

hajimehoshi commented 2 years ago

Please take a look