example,cmd: bump gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-06-07 16:33:27 +02:00
parent f710bdf8e8
commit 352856fc24
9 changed files with 12 additions and 17 deletions
+1 -2
View File
@@ -69,11 +69,10 @@ func main() {
// Enable sRGB.
gl.Enable(gl.FRAMEBUFFER_SRGB)
gofont.Register()
f := new(goglFunctions)
var queue router.Router
var ops op.Ops
th := material.NewTheme()
th := material.NewTheme(gofont.Collection())
backend, err := giogl.NewBackend(f)
if err != nil {
log.Fatal(err)