From bd92773ccd795dca6c0613bca3d1fb83b2f25a6d Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 4 Sep 2023 17:26:50 +0200 Subject: Update to gioui.org v0.2.0 --- limox.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'limox.go') diff --git a/limox.go b/limox.go index 5bb2d57..0b5c2ac 100644 --- a/limox.go +++ b/limox.go @@ -4,7 +4,6 @@ import ( "log" "gioui.org/app" - "gioui.org/font/gofont" "gioui.org/io/system" "gioui.org/op" "gioui.org/unit" @@ -41,7 +40,7 @@ func NewLimox() Limox { app.Size(unit.Dp(400), unit.Dp(600)), ), Operations: op.Ops{}, - Theme: material.NewTheme(gofont.Collection()), + Theme: material.NewTheme(), sessionOut: make(chan any), State: Disconnected, } -- cgit v1.2.3-70-g09d2