mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 16:35:36 +00:00
example,cmd: bump gio version
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user