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
@@ -29,8 +29,7 @@ func main() {
}
func loop(w *app.Window) error {
gofont.Register()
th := material.NewTheme()
th := material.NewTheme(gofont.Collection())
var ops op.Ops
for {
e := <-w.Events()